- First make sure you install bottle for python
- Open the \move-trailer folder and run the serve.py file
- Open your web browser and go to http://localhost:8888
- Enjoy !
Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library.
pip install bottle
python serve.py
- Python Bottle For the Web server
- Pyhon sqlite3 For storing the movies in movies.db
- Fresh Tomatos Used as a base to expand the functionality of the UI
- PEP8 Autoformat To format the files in PEP8 requirements
- PEP257 checker Python docstring style checker