fix readme.md

This commit is contained in:
adhamhaddad 2023-04-25 00:49:27 +02:00
parent e07671b609
commit bc258d4227

View File

@ -4,22 +4,16 @@
Full Authentication & Authorization using nodejs, bcrypt, jsonwebtoken, and pg that integrates accessToken, and refresh token in an advanced way Full Authentication & Authorization using nodejs, bcrypt, jsonwebtoken, and pg that integrates accessToken, and refresh token in an advanced way
#
## Dependencies ## Dependencies
- Node v14.15.1 (LTS) or more recent. While older versions can work it is advisable to keep node to latest LTS version - Node v14.15.1 (LTS) or more recent. While older versions can work it is advisable to keep node to latest LTS version
- npm 6.14.8 (LTS) or more recent, Yarn can work but was not tested for this project - npm 6.14.8 (LTS) or more recent, Yarn can work but was not tested for this project
#
## Code Styles ## Code Styles
This project uses `eslint` and `prettier`. all configurations for this project inside `package.json` file. This project uses `eslint` and `prettier`. all configurations for this project inside `package.json` file.
#
## Installation ## Installation
### Database setup ### Database setup
@ -40,8 +34,6 @@ This project uses `eslint` and `prettier`. all configurations for this project i
Unit test available using Jasmine with this command: `npm run test` Unit test available using Jasmine with this command: `npm run test`
Available Scripts:
## Available Scripts ## Available Scripts
In the project directory, you can run: In the project directory, you can run: