Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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