Skip to content

maneprajakta/Flavoury_Place

Repository files navigation

Flavoury Place

Mini Project For SQTA Selenium Testing Done

Restaurant management system is the system for managing the restaurant business.The main
point of developing this system is to help restaurant administrators manage the restaurant
business and help customers for online reservation of tables and see restaurant menu and history
of restaurant online.

Template is copied.

Screen Shots

If virtualenv is not installed :

$ pip install virtualenv

Create a virtual environment

$ virtualenv [venv_name]

Activate the environment everytime you open the project

$ cd venv_name 
$ source bin/activate
$ git clone repo_link
$ cd Flavoury_Place

Install requirements

$ pip install -r requirements.txt
$ python manage.py runserver