Prerequisites
A running MySQL instance - you can run docker compose up db
to run the a local MySQL instance instead of setting up MySQL locally.
Available Scripts
npm run serve # Start the user API locally in development
npm run build # Build for production
Prerequisites
Docker.
docker compose up --build # Build all apps
docker compose up db # Start the db by itself