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

Goal Manager Project

pramit-marattha opened this issue · 0 comments

Goal Manager Project

  • Setup Server
    • Install Dependencies
    • Setup Express App
  • Model DB
    • Schema setup
      • goalsSchema
    • Setup Mongoose Model(s)
  • POST /logs
    • Create a new log entry
  • GET / logs
    • Listing all log entries
  • Setting up react as a client
  • Create input Form to add a new goal.