Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 619 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 619 Bytes

Description

Authentication app that allows the user to login and sign up and verify that if the user is logged in using Node.js, Express, typeScript and PostgreSQL

Features

  1. protected routes, authentication, authorization, security, and more.
  2. MVC architecture
  3. RESTful API
  4. CRUD operations
  5. Advanced authentication and security
  6. Advanced error handling
  7. Advanced PostgreSQL
  8. And much more!

APIs

Auth:

/api/v1/users/[POST]
/api/v1/users/authenticate [POST]

Users:

/api/v1/users [GET] 
/api/v1/users/:id [GET]
/api/v1/users/:id [PATCH]  
/api/v1/users/:id [DELETE]