Giter Club home page Giter Club logo

jobs-api's Introduction

jobs-API

Project Setup

In order to spin up the project, in the root create .env with these two variable, with your own values. JWT_SECRET && MONGO_DB

Set up npm install && npm start

Database Connection

  1. Import connect.js
  2. Invoke in index.js

Routers

  1. index.js
  2. auth.js
  3. job.js

Register User

  1. Validate - name, email, password - with MongoDB
  2. Hash Password (by bcrypy)
  3. Save user
  4. Generate Token (by JWT)
  5. Send response with Token

Login User

  1. Validate - email, password - in Controller
  2. If email or password is missing, throw BadRequest
  3. Find User by email
  4. Compare password
  5. If no user or password does not match, throw UnauthenticatedError
  6. If correct, generate Token
  7. Send Response with Token

Job

  1. Validate - company, position
  2. Expect get all job, you can get paginate and sort by parameters page and sort

Security

  1. helmet
  2. cors

jobs-api's People

Contributors

phamquoc1708 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.