Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 513 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 513 Bytes

DevPeople

This is a Node/Express/MongoDB social media platform for Developers that uses JWT authentication.This is the Fullstack application, the API can be found here. The platform would be available soon.

Getting Started

  Open the config file and create a default.json file in it and to connect to the mongoDB database add your link and name it as mongoURI, and your jwtSecret
  npm install
  npm run dev # Runs on http://localhost:5000