See Live Site: https://kamat-recipe-app.herokuapp.com/
- An recipe application where users can maintain their recipes.
- Where user can add new recipe(recipe title, list of ingredients, preparation steps)
- Where user see a list of recipe uploaded
- Search recipe by name
- See recipe detail view
- See random recipe
- Clone on your local machine by using
[email protected]:codeKAMAT/Recipe_App.git
- Navigate into the main directory
- Run
npm install
to install node modules - Run
npm start
to run it locally then will open automatclly on your browser onlocalhost:3000
port
- EJS
- Bootstrap 5
- Node.js
- Express.js
- MongoDB
connect-flash, cookie-parser, dotenv, ejs, express, express-ejs-layouts, express-fileupload, express-session, MongoDB and mongoose