Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

I was out of ideas and wanted to try maps! (Please don't judge the code quality lol)
https://github.com/thesanjeevsharma/travel-log

Last synced: 11 days ago
JSON representation

I was out of ideas and wanted to try maps! (Please don't judge the code quality lol)

Awesome Lists containing this project

README

        

# Travel Log

----
## Why?
I was out of ideas and wanted to learn a few things about maps.

> Please don't judge the code quality lol.

---
## Features
More like progress

- [x] express setup
- [x] mongoose schema
- [x] fetch logs and create log APIs
- [x] react setup
- [x] fetch logs
- [x] show logs on map
- [x] form for adding new log
- [x] documentation

----
## How to use?
1. You'll need mapbox token. Put it inside client in `.env`.
2. Client: `cd client` and `npm start`.
3. For server you'll need DB URL in `.env`.
4. Server: `cd server` and `npm start`.

----
### Demo
![Demo Image](./demo.png)

#### Author
[Sanjeev Sharma](https://thesanjeevsharma.now.sh)