/RestaurantServer

Server to show your restaurants and menu items

Primary LanguagePython

Restaurant server

Run server

In order to run the server you need to fulfill the following requirements:

  • Python 3.6 or newer
  • Python Packages:
    • venv
  1. Install all requirements
  2. Install all python dependencies using the requirements.txt. Here you can find a detailed guide
  3. Execute the restaurantServer.py file
  4. Open your browser and show your restaurant!

Have fun!