Skip to content

mzelder/Eat-It

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eat-It

Project Overview

Eat-It is a full-stack web application created for the CS50 course. It utilizes the Flask framework to deliver a dynamic and interactive user experience. The application is designed for ordering food and managing restaurant operations, including adding items and managing orders.

Features

  • Browse and search for food items
  • User authentication and management
  • Add and manage food items
  • Order management
  • Responsive design for a seamless experience on all devices

How to Clone the Repository

To clone this repository, ensure you have Git installed on your machine. Then, execute the following command in your terminal:

git clone https://github.com/mzelder/Eat-It.git

How to open application

  1. Navigate to the project directory:
cd Eat-It
  1. Set up a virtual environment (optional but recommended):
python3 -m venv venv
source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Create file .env and add all keys for api's and things related to os.environ.get("SOMETHING") as:
SOMETHING=randomkey123
  1. Press RUN button in VSCode or other code editor.

License: MIT(https://opensource.org/licenses/MIT)

Project took around 5-6 months.

If you have any questions contact me by email.

About

Fullstack website - Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published