- Authentication with password encryption
- Create Recipe
- Edit Recipe
- Delete Recipe
- Sort/filter Recipes
- Search Recipe - TODO
- Grid/List View - TODO
- landing
- about
- recipes
- page for each category
- create recipe
- edit recipe
- register
- login
- recipe
- saved
- profile
Clone the project
git clone https://github.com/jane-does-coding/cooking-website
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