// start mysql
mysql.server start
mysql -h localhost -u root -p
// Add a `.env` file and set it to your local database
DATABASE_URL="mysql://root:password@localhost:3306/tododb"
// install, init and migrate prisma
npm install @prisma/client
npx prisma init
npx prisma migrate dev --name init
npx prisma studio
npx prisma db push
// execute backend via
cd food-tracker/api && nodemon index.js
// execute front end via
cd food-tracker && npm start
-
Notifications
You must be signed in to change notification settings - Fork 0
Should I buy this on sale product? Let me see how much I spend last time...
License
tobyatgithub/food-tracker-web-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Should I buy this on sale product? Let me see how much I spend last time...
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published