Skip to content

Backend Project : Working RESTful Jobs API with all the CRUD functionalities for users to create read and update jobs along with JWT authentication. SwaggerUI API documentation used for easy and user interactive API testing.

Notifications You must be signed in to change notification settings

GauravChak024/jobs_API

Repository files navigation

Live Link:

https://jobs-api-qvry.onrender.com/api-docs/ (hosted on render) {Do wait for 30-40 seconds as its a free tier setup and therefore it restarts the server after every inactive session}

Description

• Working RESTful API with all the CRUD functionalities

• Authentication implemented using JWT.

• SwaggerUI API documentation used for easy and user interactive API testing.

• Packages like helmet, CORS and API limiter used for improving API security and reliability.

Project Setup

To spin up the project, in the root create .env with these variables.

MONGO_URI JWT_SECRET JWT_LIFETIME

After that run this command

npm install && npm start

About

Backend Project : Working RESTful Jobs API with all the CRUD functionalities for users to create read and update jobs along with JWT authentication. SwaggerUI API documentation used for easy and user interactive API testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published