https://www.youtube.com/watch?v=1lxbaZAJ3rc
Before trying out the website I have to inform that you'll get "For development purposes only" overlay while viewing map with spots. It is because of changes that google made to their billing model but the map is actually still working.
You can try this web app by yourself here https://skatespot111.herokuapp.com/. To login you can use those example credentials I made - email : [email protected] password : 123456.
SkateSpot is a web application created for skateboarders and all the people who do extreme sports on wheels. The purpose of the webpage is to create a database of skateboarding spots (places where you can ride skateboard: skateparks, stairs, rails etc.). Users can add their own spots with extensive description which includes photos, tags, address and other things. Everyone can also view added places on the map by clicking the pin. The Website is in Polish language because it was aimed at Polish audiance.
In order to run the application you'll need to have the following installed
- NPM
- MongoDB
- Node.js
- Run mongoDB server by opening the command line and executing
mongod
- Run the following command in command line while in project directory
npm i
- write and execute
node app.js
- Open browser of your kind and in the url bar write localhost:3000 and you'll see the webpage.