Skip to content

ashishbhatiam/node-jobs-api

Repository files navigation

Node Jobs-API

Jobs API using NodeJS, ExpressJS & MongoDB

Project Setup

In order to run app properly, Add a `.env `file to the root of your project with the following content:

MONGO_URI = <DB connection string>
PORT = <PORT number in order to avoid port collisions>
JWT_SECRET = <secret code>
JWT_LIFETIME = <jwt expires limit>

Install

npm install

Running

npm start

Base url

http://localhost:5001