Skip to content

Implementation of RESTful Authentication with Node.js and Clean Architecture for clear and maintainable code organization.

Notifications You must be signed in to change notification settings

jhoset/rest-auth-clean-architecture

Repository files navigation

Clean Architecture Project with NodeJS

Instalación

  1. Clone .env.template file and rename it to .env.
  2. Install dependencies
npm install
  1. Start the database
docker-compose up -d
  1. Run the project in development mode
npm run dev

About

Implementation of RESTful Authentication with Node.js and Clean Architecture for clear and maintainable code organization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published