Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shivamsouravjha/let-us-travel

A MERN app to let users share their experience of places along with Details.
https://github.com/shivamsouravjha/let-us-travel

javascript mern mern-stack platform

Last synced: about 1 month ago
JSON representation

A MERN app to let users share their experience of places along with Details.

Awesome Lists containing this project

README

        

## Let-us-travel
### [General info](#general-info)

A MERN app to let users share their experience of places along with Details.
It is user friendly and can be useful to many others.

### [Steps to setup](#steps-to-setup)
* Fork the repository and setup in your local environment.
* Download any code editor and open the project using it.
* Then in the terminal, simply use the following codes

#### To launch frontend:
```
$ cd DBMS
$ cd Frontend
$ npm install
$ npm start
```
#### To launch backend
```
$ cd Backend
$ npm install
$ npm start
```
This should launch the website.