Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/thesanjeevsharma/travel-log
- Owner: thesanjeevsharma
- Created: 2020-07-14T18:17:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:07:04.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T02:44:06.023Z (27 days ago)
- Language: JavaScript
- Size: 1000 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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)