Skip to content

MrAzuka/Jobber

Repository files navigation

JOBBER

About

Jobber is an API for jobs. It is divided into 3 major routes.

  • Authentication - This deals with the signup, login and logout routes.
  • Home - This deals with the jobs listing.
  • Admin - This deals with the admin access

Setting up

  • cd into the bookDir project
$ cd bookDir
$ npm install
  • In the root directory of the project create a .env file and copy the values from .env.sample and set the values of the veriables correctly.
  • To run locally you'll need
    • URI to a mongoDB server running locally or in the cloud
  • To run locally after setting the environment variables correctly.
$ npm start
  • To run locally with nodemon
$ npm run dev

Technology

  • Nodejs
  • MongoDB
  • Nodemon (Optional)
  • Postman

Documentation

Thank You.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors