Simple calorie tracking website
- Set up and run Postgres (see this gist) with role
traxcal
and databasetraxcal
- Install dependencies
- Copy
.env.example
to.env
- Migrate & seed database
- Run with Vercel
$ npm i
$ npm run data:migrate
$ npm run data:seed
$ npm run dev:vercel