A NodeJS Clean Architeture boilerplate.
Make sure you have them installed on your PC.
1 - Clone the project
git clone https://github.com/th3ang3lo/nodejs-boilerplate.git2 - Change the project directory
cd nodejs-boilerplate3 - Install yarn dependencies
yarn4 - Copy .env.example to .env file
cp .env.example .env5 - Create docker containers
docker-compose up -d6 - Running migrations
yarn db:push7 - Starting the project
yarn dev