Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Project Setup

npm install

npm install -g nodemon

Configuration Setup

PORT=5000
NODE_ENV=development

SECRET_KEY=your secreat key

MONGO_URL=MongoDb URI

SMTP_HOST=Your smtp host provider
SMTP_PORT=port
SMTP_EMAIL=username
SMTP_PASSWORD=password
FROM_EMAIL=your email
FROM_NAME=your name

Run the server

npm run dev

http://localhost:5000

About

An API made with node js, express, and mongoDb

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.