Giter Club home page Giter Club logo

task-manager's Introduction

Task-Manger

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
  2. Invoke in index.js

Routers

  1. index.js
  2. auth.js
  3. edit.js
  4. home.js
  5. trash.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 Token to Session

Login User

  1. Get session from token
  2. Validate - email, password - in Controller
  3. If email or password is missing, throw BadRequest
  4. Find User by email
  5. Compare password
  6. If no user or password does not match, throw UnauthenticatedError
  7. If correct, send token to session

Task

  1. Validate - name, time, date
  2. Get all task, edit, delete, create

Security

  1. helmet
  2. cors

task-manager's People

Contributors

phamquoc1708 avatar

Watchers

 avatar

Forkers

trellixvulnteam

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.