Dietomat or DietAI is a prototype of a diet generation app. Currently the app generates a plan for one day or a week. Login and registration are implemented.
Project is based on my own, customized Next.js Tailwind CSS, Daisy UI boilerplate with create-next-app
.
First, make a copy of .env.example
, name it .env
and complete with credentials.
Then run the development server:
npm run dev