An open API service indexing awesome lists of open source software.

https://github.com/CodingGarden/travel-log

A full stack application to store / list places you have traveled.
https://github.com/CodingGarden/travel-log

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Full Stack Travel Log

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

### TODO

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