https://github.com/syed007hassan/share-your-favourite-place
A MERN Stack project where users can authenticate first to add places in order to suggest places of their choice. REST API have been implemented and MVC architectural pattern have been used.
https://github.com/syed007hassan/share-your-favourite-place
express mongodb-atlas mongodb-compass nodejs reactjs
Last synced: 6 months ago
JSON representation
A MERN Stack project where users can authenticate first to add places in order to suggest places of their choice. REST API have been implemented and MVC architectural pattern have been used.
- Host: GitHub
- URL: https://github.com/syed007hassan/share-your-favourite-place
- Owner: Syed007Hassan
- Created: 2023-01-19T17:02:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-25T15:55:11.000Z (over 2 years ago)
- Last Synced: 2025-02-17T21:46:32.639Z (9 months ago)
- Topics: express, mongodb-atlas, mongodb-compass, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 6.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Share-Your-Favourite-Place
A MERN Stack project where users can authenticate first to add places in order to suggest places of their choice. REST API have been implemented and MVC architectural pattern have been used.
To run the project
```
git clone https://github.com/Syed007Hassan/Share-Your-Favourite-Place.git
```
Open two terminals
* In the first terminal run Node and MongoDB server
```
nodemon index.js
```
* In the other terminal
```
cd client
npm run start
```
A demo of the project is down below.
https://user-images.githubusercontent.com/104893311/214096685-8db23237-19a8-4a1f-b538-52c258b24e1f.mp4