An open API service indexing awesome lists of open source software.

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.

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