A Node.js Express Rest API that supports Token Based Authentication with JWT and PostgreSQL 🎉.
The following instructions will allow you to obtain an entire copy of the project to developing and testing purposes.
See the Installation section to know how to install the requirements.
Version | Supported? |
---|---|
12.18.3 | ✅ |
<=12.0 | ❌ |
After you install the Pre-requisites correctly you should clone this repository
$ git clone https://github.com/OsirisRoman/JWTNodejsAuthentication.git ~/destinationFolder
_Go to your destinationFolder/JWTNodejsAuthentication
$ cd destinationFolder/JWTNodejsAuthentication
Install the necessary dependencies to launch the server
$ npm install
$ npm start
- Osiris Román - OsirisRoman