Scratchmap is a travel diary web app which allows the user to mark spots on a map and save information on the trip.
- run
npm installfrom the/clientfolder and the/serverserver separately - the client is started by running
npm run devfrom the/clientroot folder - the server is started by running
npm startfrom the/serverroot folder - To connect your own database, you might want to set up a .env file locally with variables as defined in
server/config.js.
- React
- CSS
- Leaflet
- Node.js
- Express
- Mongo DB
- Mongoose
- Bcrypt