cyruzin / clean-arch-node

Clean Architecture in Node.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean Architecture in Node

Clean Architecture in Node.

Running

Rename the .env_example to .env and fill the variables.

Make sure you have Docker installed in your machine. This app uses Postgres.

 docker-compose up -d

Install dependencies:

 yarn install

Then:

 yarn start

Documentation

Go to the docs folder and import the Insomnia data.

Tests

 yarn test

About

Clean Architecture in Node.

License:MIT License


Languages

Language:TypeScript 99.2%Language:JavaScript 0.8%