Code Monkey home page Code Monkey logo

jenkins's Introduction

ToDoListApi

Todo for ToDoListApi

  • Have a proper schema/models with proper relations
  • Registration should take the following: Firstname, Lastname, Email, Phone number, Password, Confirm Password, Department(Should be pre-populated, so the user just passes a department ID which matches a valid one in the department table). Username is automatically generated and saved in DB by using first letter of firstname and joining with lastname. Eg. if firstname is Jephter and lastname is Danso, username should be jdanso. A successful registration must return a json of all details used provided(expect password) plus the autogenerated username. An email verification link should be sent to user to confirm email address before considered active. IsActive should be set to false(0) until email is verified.
  • Authentication using JWT: user can login in with email/username and password.
  • User should be able to reset/change password
  • There should be the following roles: user, admin
  • Users should only be able to perform CRUD on todos they are associated with
  • Admins have full CRUD privileges

jenkins's People

Contributors

jephdanso avatar tbassaw 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.