Project Progress Tracker Project
pramit-marattha opened this issue · 0 comments
pramit-marattha commented
Project Progress Tracker Project
- Setup Server
- Install Dependencies
- Setup Express App
- Model DB
- Schema setup
- ProjectSchema
- UserSchema
- Setup Mongoose Model(s)
- Schema setup
- 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)