Skip to content

phortuin/traxcal

Repository files navigation

Traxcal

Simple calorie tracking website

Development

  • Set up and run Postgres (see this gist) with role traxcal and database traxcal
  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published