a1d53deaead4094f6e8bec49cd03cb637fe52837
CalFlow
A simple calorie tracking app
Development Setup
DB
Start the corresponding docker-compose file to run a temporary postgres instance.
To inspect the DB state directly docker compose exec pg psql -U postgres test
Backend
Go into the backend folder and run it using cargo run
Frontend
- Start a node environment using docker (
docker run -it -v $(pwd):/mnt/calflow --net=host node:25 /bin/bash) - Go into the frontend folder (
cd /mnt/calflow/frontend) - Start the dev server (
npm run dev -- --host)
Description
Languages
TypeScript
50.4%
Rust
39.1%
CSS
6.7%
JavaScript
2.4%
HTML
1.4%