Note: this project was originally generated using the t3-turbo template, but then was moved to a new stack (.NET Core & Vite)
A mental health app that brings you the best of the analog and digital worlds.
in backend/MentalWealth:
- setup a postgres db and add its url in .env (see .env.example for a template)
dotnet restore
dotnet ef database update
dotnet run watch
(the db is now being run in dev mode)
in frontend/MentalWealth:
pnpm i
pnpm run dev
(the frontend is now being run in dev mode, open the URL provided to try out the app)