Skip to content

an api created by/with expressJS. contains register/login functionality, authentication check, jobs and users etc.

Notifications You must be signed in to change notification settings

g4stlyx/jobsAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JOBS API

An API created with expressJS. It has register and login functionality. Jobs are private to the user who created them, once you logged in you can create, get, update, and delete jobs.

api link

docs

Setup

If you want to use this API as a template, you have to create a .env file contains MONGO_URI(link for the mongo db), JWT_SECRET(your secret key while decoding JWT), JWT_LIFETIME(token lifetime) variables and values.

npm install && npm start

Security

  • helmet
  • cors
  • xss-clean
  • express-rate-limit

About

an api created by/with expressJS. contains register/login functionality, authentication check, jobs and users etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages