Depending on your preferred package manager, follow the instructions below to deploy your project.
Requirements: NodeJS
v18.0.0
- Run
npm ito install the project dependencies
- Run
cp ./api/.env.template ./api/.env - Run
cp ./app/.env.template ./app/.env - Run in
/apifolder the commandnpm run dev - Run in
/appfolder the commandnpm run dev - Load fixture by running:
curl --location --request POST 'http://localhost:3000/fixtures/load' - Open the VUE url in your web browser