Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saksham0712/tastyburger-complete
This is Complete food-order website (Under-Development)
https://github.com/saksham0712/tastyburger-complete
bootstrap5 expressjs mern-project mongodb mongoose nodejs reactjs
Last synced: 10 days ago
JSON representation
This is Complete food-order website (Under-Development)
- Host: GitHub
- URL: https://github.com/saksham0712/tastyburger-complete
- Owner: saksham0712
- Created: 2024-04-03T12:16:57.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-12T07:33:32.000Z (5 months ago)
- Last Synced: 2024-06-12T12:44:20.185Z (5 months ago)
- Topics: bootstrap5, expressjs, mern-project, mongodb, mongoose, nodejs, reactjs
- Language: JavaScript
- Homepage: https://foodzap-client.vercel.app/
- Size: 15.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tasty Burger Website
Welcome to Tasty Burger Website, a MERN (MongoDB, Express.js, React.js, Node.js) application for ordering delicious burgers online! (ordering, cart and billing functionalities are not developed yet)
## Overview
Tasty Burger Website allows users to browse through a variety of mouthwatering burgers, create an account, log in, and place orders. The website also offers restaurant registration functionality for businesses interested in joining the platform.
## Features
- User authentication: Sign up and log in securely to access the platform.
- Burger selection: Browse through a wide range of burgers available for order.
- Restaurant registration: Businesses can register their restaurants to offer their burgers on the platform.
- **(Note: Additional features such as checkout, cart functionalities, and payment integration are under development and will be introduced soon.)**## Deployment
The application is deployed and accessible at [Tasty Burger Website](https://foodzap-server.vercel.app/users).
## Technologies Used
- MongoDB: Database for storing user information and burger details.
- Express.js: Backend framework for handling server-side logic.
- React.js: Frontend framework for building the user interface.
- Node.js: Runtime environment for running the server-side code.
- Vercel: Platform for hosting and deploying the application.## Getting Started
To run the application locally, follow these steps:
1. Clone the repository:
```bash
git cloneNavigate to the project directory:
bash cd tasty-burger-website
```bash
cd tasty-burger-website'''
Navigate to the project directory:Install dependencies:
npm install
Start the development server:bash Copy code
npm start
The application will be running at http://localhost:3000.