Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AwareWeGo-Api

It is the backend of project AwareWeGo Created using ExpressJs, NodeJs, and NoSql Database MongoDB

The FrontEnd part of the project is avaialable at https://github.com/shsarv/AwareWeGO.

To run this API, do the following: create .env with the following code (update credentials). Make sure to create .env in the root of the project,

MONGODB_URI="mongodb+srv://<username>:<password>@<clustername>.wf7c8.mongodb.net/<database name>?retryWrites=true&w=majority"
PORT=5000
JWT_SECRET=<Your jwt Secret key>
BRAINTREE_MERCHANT_ID=<Your braintreemerchant id>
BRAINTREE_PUBLIC_KEY=<Your braintree account public key>
BRAINTREE_PRIVATE_KEY=<Your braintree account private key>

Then run the following commands to start up the api.

cd AwareWeGo-Api
npm install
npm start

About

the backend of Mini project AwareWeGo Created using ExpressJs, NodeJs, and NoSql Database MongoDB (connect to mongodb atlas)

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages