preview.mp4
This website is a collection of cafes β with data on power sockets π available, wifi πΆ speed, and coffee quality, and you can also add more cafe stores to the database.
- HTML5 & CSS3 for the structure and the styling.
- Bootstrap 5 for the UI.
- CSV for the Database.
- Flask for the Backend.
- Jinja2 for the Templating.
Regular web servers can't run Python applications, so a special server type was used(Web Server Gateway Interface 'WSGI') to run Python applications. The most popular: gunicorn ( run on Linux only!!!)
To Run The Website:
- 1 - install the requirements by
pip install requirements.txt
- 2 - run the webiste
gunicorn main:app
- Note: You must be in the same directory of the
main.py
file to run the previous command.
Made by Belamiri Zakarya π Get in touch!