Road Trip Map Locator Project
pramit-marattha opened this issue · 0 comments
pramit-marattha commented
Road Trip Map Locator using MERN Stack
- Setup Server
- Install Dependencies
- Install / Setup Linter
- Setup Express App
- Setup Not Found and Error Middlewares
- Model DB
- Schema setup
- Title - Text
- Description - Text
- Comments - Text
- Ratings Scale from 1 to 10
- Image - Text / URL
- Start Date - DateTime
- End Date - DateTime
- Latitude - Number
- Longitude - Number
- Created At - DateTime
- Updated At - DateTime
- 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 Form to add a new entry
- Setup Map SDK on client
- List all log entries on map