Skip to content

suhaimaislam/restaurant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restaurant

🖥 Install this project locally

  1. Clone this repo: git clone <this repo's remote url>
  2. Change directories: cd restaurant
  3. Create a virtual environment for this project and activate it:
mkdir env
python3 -m venv env
source env/bin/activate
  1. Install the requirements: pip install -r requirements.txt
  2. Run the application as needed: python app.py

🖥 Set up your own personal branch

  1. Create and checkout a personal branch: git checkout -b restaurant-<your name>
  2. Push up your personal branch: git push origin restaurant-<your name>
  3. Make any changes and push it up to your branch:
git add -A
git commit -m "<commit message>"
git push origin restaurant-<your name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors