pramit-marattha/Fullstack-projects-frontend-with-react-and-backend-with-various-stacks

Project Progress Tracker Project

pramit-marattha opened this issue · 0 comments

Project Progress Tracker Project

  • Setup Server
    • Install Dependencies
    • Setup Express App
  • Model DB
    • Schema setup
      • ProjectSchema
      • UserSchema
    • Setup Mongoose Model(s)
  • POST /logs
    • Create a new log entry
  • GET / logs
    • Listing all log entries
  • Setting up react as a client
  • Create react Form to add a new entry(projects as well as users)