A Website using Mern stack where an individual can pin a location on map.
● In this application, user can pin a location and share their reviews with other users.
● App allow logged-in users to place pins on a map (with description), view others' pins, all updated in real time. All pins are saved to a database.
1.Register
2.Login
3.Add Pin
4.Pin Lookup
- Login View
- Logout View
Client: Html , Css , Javascript , React
Server: Node, Express ,Mongodb
Clone the project
git clone https://github.com/GarvitSinghal47/projects-m/tree/main/web%20development/Full-stack/3-map%20pin%20app
Go to the project directory
cd 3-map%20pin%20app
Install dependencies
npm install
Start the server
npm run start
Install with npm
npm install
cd my-project(name)
To run tests, run the following command
npm run test