BestShape is a web-app to generate full fitness programs (diet, workouts, etc...)
Live demo: https://best-shape-alpha.vercel.app/
To run this project, you will need to add the following environment variables to your .env file
DATABASE_URL
Start by cloning this repository
git clone https://github.com/benlhachemi/BestShape.gitInstall dependecies (this project uses yarn as package manager)
yarnRun on localhost (dev environement)
yarn dev # http://localhost:3000To build the project run this command (prisma generate already included in the package.json scripts)
yarn build # this will run prisma generate && next build


