Skip to content

Fullstack Javascript and JSON web-based travel log

Notifications You must be signed in to change notification settings

Vaporjawn/Travel-Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Full Stack Travel Log

A full stack application to store / list places you have traveled.

TODO

  • Setup Server
    • Install Dependencies
    • Install / Setup Linter
    • Setup Express App
    • Setup Not Found and Error Middlewares
  • Model DB
    • What data will we store?
  • Setup Mongoose Model(s)
  • POST /logs
    • Create a new log entry
  • GET / logs
    • List all log entries
  • Setup Client
  • Create Form to add a new entry
  • Setup Map SDK on client
  • List all log entries on map
  • DEPLOY!