https://github.com/aeswibon/ordereats
Website for restaurant order page using Django and Next.js
https://github.com/aeswibon/ordereats
django docker nextjs vercel
Last synced: 2 months ago
JSON representation
Website for restaurant order page using Django and Next.js
- Host: GitHub
- URL: https://github.com/aeswibon/ordereats
- Owner: aeswibon
- License: bsd-3-clause
- Created: 2024-06-14T10:46:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T19:24:35.000Z (almost 2 years ago)
- Last Synced: 2025-08-13T01:29:25.247Z (11 months ago)
- Topics: django, docker, nextjs, vercel
- Language: TypeScript
- Homepage: https://ordereats.vercel.app
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Order Eats



## Description
Order Eats is a web application that allows users to order food from a restaurant. The application is built using Next.js and Django. The application will enable users to view the menu of a restaurant, add items to their cart, and place an order.
## Features
- Users can view the menu of a restaurant
- Users can add items to their cart
- Users can place an order
## Technologies
- React
- Django
- Docker
## Installation
1. Clone the repository
2. Install the dependencies by running `pnpm install` in the `app` directory and `pipenv install`
3. Run the Django migrations by running `pipenv run python manage.py migrate`
4. Seed the data by running `pipenv run python manage.py load_data`
5. Start the Django server by running `pipenv run python manage.py runserver`
6. Start the React server by running `pnpm dev` in the `app` directory
## Deployment
The application is deployed on Vercel and Render. The Vercel deployment is available [here](https://ordereats.vercel.app) and the Render deployment is available [here](https://ordereats.onrender.com/swagger). The Docker image is available on Docker Hub [here](https://hub.docker.com/r/aeswibon/ordereats/tags).
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Sample Users
- Username: `jane` Password: `order@123`