This is a template for making a next js app with a rust backend that is fully deployed with docker compose.
Once you have cloned the repo, you are going to want to run the following command.
npm install
You will need docker and docker compose installed, as well as nodejs and rust.
you can run a test deployment with the following command.
npm run test-deployment
If you want to run it normally, run these commands individually.
npm run database
npm run backend
npm run frontend