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.
- Host: GitHub
- URL: https://github.com/CodingGarden/travel-log
- Owner: CodingGarden
- Created: 2020-02-01T03:18:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T02:13:45.000Z (about 3 years ago)
- Last Synced: 2024-08-09T02:16:33.961Z (9 months ago)
- Language: JavaScript
- Size: 280 KB
- Stars: 198
- Watchers: 10
- Forks: 111
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - CodingGarden/travel-log - A full stack application to store / list places you have traveled. (JavaScript)
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!