Skip to content

thaibbraz/auth_be

Repository files navigation

Technologies Used

  1. NodeJS
  2. Express
  3. JWT
  4. Redis
  5. Jest

Prerequisites

  • Git
  • Redis server
  • NodeJS
  • CLI

Installation

Install Redis on your machine

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published