About | Features | Technologies | Requirements | Starting | License | Author
Burger Express is a modern e-commerce platform designed for selling gourmet burgers. This project aims to create a seamless and engaging user experience for customers to browse, customize, and purchase their favorite burgers online. The platform will feature a comprehensive product catalog, secure authentication, and payment integration, along with a robust backend to manage orders, inventory, and customer data.
✔️ User Authentication:
- Secure user registration and login using JWT (JSON Web Tokens).
- Password hashing with bcrypt for enhanced security.
- Email verification and password reset functionalities.
✔️ Product Management:
- Admin dashboard for adding, editing, and deleting burger products.
- Categorization of products for easy navigation.
- Detailed product pages with descriptions, ingredients, and pricing.;
✔️ Order Management:
- Shopping cart functionality allowing users to add and remove items.
- Checkout process with order summary and payment integration.
- Order history and tracking for users.
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/miguel-ozana/burger-express-backend
# Access
$ cd burger-express-backend
# Install dependencies
$ yarn
# Run the project
$ yarn start
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Miguel Ozana