Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nashaat10/authentication-app

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
https://github.com/nashaat10/authentication-app

authentication bycrypt express jasmine jwt nodejs postgresql

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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]
~~~