Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 246 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 246 Bytes

SSO System

Steps to run this project:

  1. Run npm i command
  2. Setup the envs in a .env file
  3. Run npm start command

What is this?

  • It's a simple SSO system with a user crud and authentication, created using DDD architecture.