Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shivamsouravjha/let-us-travel
- Owner: shivamsouravjha
- Created: 2021-01-22T15:56:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-11T17:35:56.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T18:14:40.795Z (8 months ago)
- Topics: javascript, mern, mern-stack, platform
- Language: JavaScript
- Homepage:
- Size: 28.8 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.