Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 789 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 789 Bytes

Project

Technology

  • React
  • Express
  • Mongo

Installation Process

  • git clone the repo
  • access passion-project-frontend and passion-project-backend from the repo
  • npm i in both (although backend doesn't have anything yet so you can ignore that)
  • in passion-project-backend, mongoUrl is hidden in a secret.js file, will have to set your own mongodb url there.
  • npm start both in separate terminal

Requirement

Functional

  • A site with puzzles that user can solve to advance to next level

None Functional

  • Encrypted user login for user to save progress (honestly due to the simplicity of this site I really don't think having a user is really a requirement)

Feature

Must Have

  • Profile for user
  • Navigation to different levels

Deployment

  • Not deployed yet