Skip to content

Latest commit

 

History

History

README.md

Quick Start

add default.json and test.json file in config folder

this file is located in config/default.json add uri of your mongodb connection for example

{
 "mongoURI": "mongodb://localhost/dev-social",
 "jwtSecret": "yoursecretkey",
 }

Install server dependencies

npm install

Run Express server

npm run dev

Run Test

npm test