- Ensure you have Docker and Docker Compose installed on your machine.
- Make sure you have Node.js and Yarn for package management.
Follow these steps to set up and run the application:
-
Install the necessary packages:
yarn install
-
Create database Express:
yarn db:create
-
Create database tables in database Express:
yarn db:migrate
-
Seed sample data into database tables:
yarn db:seed:all
-
Build with docker compose:
docker compose up