Skip to content

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

Notifications You must be signed in to change notification settings

nashaat10/Authentication-App

Repository files navigation

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] 

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published