Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreehari2003/yelpcamp-backend
A node js server for yelpcamp backend
https://github.com/sreehari2003/yelpcamp-backend
Last synced: 7 days ago
JSON representation
A node js server for yelpcamp backend
- Host: GitHub
- URL: https://github.com/sreehari2003/yelpcamp-backend
- Owner: sreehari2003
- Created: 2022-02-13T19:52:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T05:46:39.000Z (about 2 years ago)
- Last Synced: 2024-10-11T00:14:50.167Z (29 days 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