Exquisite is a web application for managing and sharing recipes. Users can create and view recipes of others or his own. They also can edit, and delete recipes or accounts of his own. The app is built using Handlebars, CSS, MongoDB, Mongoose, JavaScript, Node.js, and Express.
- User Authentication: Users can create accounts, log in, and manage their recipes.
- CRUD Operations: Create, Read, Update, and Delete users and recipes.
- Responsive Design: The app is designed to be responsive and accessible on various devices.
-
Frontend:
- Handlebars
- CSS
- Cloudinary
- Bootstrap
- FontAwesome
-
Backend:
- Node.js
- Express
- Bcrypt
-
Database:
- MongoDB
- Mongoose
- Node.js installed
- MongoDB installed and running
git clone https://github.com/fdezar/project-full-stack-recipes.git
cd project-full-stack-recipes
npm install