diff --git a/README.md b/README.md index 851284c..770a42e 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,16 @@ Full Authentication & Authorization using nodejs, bcrypt, jsonwebtoken, and pg that integrates accessToken, and refresh token in an advanced way -# - ## Dependencies - 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 -# - ## Code Styles This project uses `eslint` and `prettier`. all configurations for this project inside `package.json` file. -# - ## Installation ### 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` -Available Scripts: - ## Available Scripts In the project directory, you can run: