Simple recipe web application built using Node.js, Express, MongoDB, and HTML/CSS/JavaScript.
Users can register, login, and view recipes.
- User Registration
- User Login (bcrypt password hashing)
- Recipe listing UI
- Express backend
- MongoDB database
- EJS views
- Node.js
- MongoDB
- npm
Install dependencies:
npm install
Start MongoDB:
mongod
Run server:
node server.js
Open browser:
http://localhost:3000
Project Structure
images/
models/
preparation/
views/
server.js
script.js
style.css
package.json
Database
mongodb://localhost:27017/recipe_platform