Daily Bites
Technologies used
Demo
Functionality
- Authentication with password encryption
- Create Recipe
- Edit Recipe
- Delete Recipe
- Sort/filter Recipes
- Search Recipe - TODO
- Grid/List View - TODO
Pages
- landing
- about
- recipes
- page for each category
- create recipe
- edit recipe
- register
- login
- recipe
- saved
- profile
Run Locally
Clone the project
git clone https://github.com/jane-does-coding/DilyBites
Go to the project directory
cd my-project
Install dependencies
npm i
Add .env
DATABASE_URL=
NEXTAUTH_SECRET=
Start the server
npm run dev
oh well



Log in or sign up for Devpost to join the conversation.