Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 539 Bytes

File metadata and controls

15 lines (14 loc) · 539 Bytes

Access_Refresh_tokens_Node_Express

A simpler implementation of access and refresh tokens for a node express mongo backend server

Clone this repository

$ git clone https://github.com/Mulubwa17/Access_Refresh_tokens_Node_Express.git

Go into the repository

$ cd Access_Refresh_tokens_Node_Express

Install dependencies

$ yarn install

Upgrade dependencies

$ yarn upgrade

create a '.env' file and copy the contents of '.env.development' to it with your preffered API keys

$ cp .env.sample .env

Run Server

$ node/nodemon server.js