https://github.com/sreeharijayaraj/yelpcamp-backend
A node js server for yelpcamp backend
https://github.com/sreeharijayaraj/yelpcamp-backend
Last synced: 3 months ago
JSON representation
A node js server for yelpcamp backend
- Host: GitHub
- URL: https://github.com/sreeharijayaraj/yelpcamp-backend
- Owner: SreehariJayaraj
- Created: 2022-02-13T19:52:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T05:46:39.000Z (almost 3 years ago)
- Last Synced: 2025-03-02T03:35:59.184Z (3 months ago)
- Language: JavaScript
- Homepage: https://apiyelpcamp.herokuapp.com/
- Size: 101 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
YelpCamp
## how to work in development ?
To Run this nodejs server in localhost you need to connect with your own mongodb database
.env file info
index
Name
example
1
USERNAME
"sreehari jayaraj"
2
PASSWORD
"gdfsvfgr"
3
DATABASE
"db string"
4
NODE_ENV
DEVELOPMENT
5
JWT_SECRET
"some text"
6
JWT_EXPIRES_IN
90d
to run after config file setup run
npm run dev
The webapp is currently under development