Live demo app: benjamin-espresso-donation-box.vercel.app
You need to install Shuttle CLI.
You can launch the API at http://localhost:8000 with the following command:
cargo shuttle run
# in another terminal, you can test the API with
curl http://localhost:8000/ -v
curl http://localhost:8000/donation -v
Run cargo shuttle deploy
to deploy your Shuttle service.
Install the dependencies:
pnpm install
Copy .env.example
to .env.local
and update the values.
Run locally with the following command:
pnpm dev
and then open localhost:3000 in your browser.