This README provides instructions on how to set up the project.
-
Clone the repository:
git clone [email protected]:bsureau/tdd-ddd-cleanarchi-example-api.git cd tdd-ddd-cleanarchi-example-api
-
Install the project:
make install
-
Run the project:
make start
-
Run database migrations:
make database-migrate-latest
Run make
in your terminal to display all available commands.