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

Road Trip Map Locator Project

pramit-marattha opened this issue · 0 comments

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)
  • 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