- NodeJS
- Express
- JWT
- Redis
- Jest
- Git
- Redis server
- NodeJS
- CLI
Clone the Repository
https://github.com/thainabbraz/auth_be
Into the project directory
cd auth_be
Install all dependencies
npm install
Create a .env file with a SECRET_KEY
touch .env
Run the following to generate the key
node
crypto.randomBytes(64).toString('hex');
Then simply start your app
npm run start