Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 290 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 290 Bytes

Auth Service

An API server to manage user, role and permissions. It also implements JWT token and stored in cookies.

Installation

Create database and update the .env file

npm run migrate
npm run seed
npm start

Swagger

http://localhost:3000/api-docs/