Skip to content

basanta123/nodeapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodeapi

A Node JS Api for Simple Social Network

Installation

1.) Clone this repo

2.) Cd to the cloned repo

3.) npm install

4.) copy .env.example to .env and add your app configurations

5.) npm run dev to start the development server

6.) Visit the url localhost:8080 to test the end points

Used packages

"body-parser": "^1.19.0", "cookie-parser": "^1.4.4", "dotenv": "^8.1.0", "express": "^4.17.1", "express-jwt": "^5.3.1", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.15", "mongoose": "^5.6.11", "morgan": "^1.9.1", "nodemon": "^1.19.1", "uuid": "^3.3.3", "validator": "^11.1.0"

About

A Node JS Api for Simple Social Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors