/travel-log

A full stack application that lists information about places on a map

Primary LanguageJavaScript

FULL STACK TRAVEL LOG APP

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

TODO

  1. Setup Server ✔️ Install Dependencies ✔️ Install / Setup Linter ✔️ Setup Express App ✔️ Setup Not Found and Error Middlewares

  2. Model DB ✔️ What data will we store?

  3. ✔️ Setup Mongoose Model

  4. ✔️ POST /logs ✔️ Create a new log entry

  5. ✔️ GET /logs ✔️ list all log entries

  6. ✔️ Setup Client

  7. ✔️ Create Form to add a new entry

  8. ✔️ Setup Map SDK on client

  9. ✔️ List all log entries on map

  10. ✔️ DEPLOY