This project was developed as a part of the Web Programming (TDDD97) course at Linköping University.
The project presents an HTML5 Single-page application with Python backend and SQLite database.
- Linux OS
- Python 3.10
- Python packages listed in
requirements.txt- Install with:
pip install -r requirements.txt
- Install with:
- Gunicorn
- Run tests by running
pytestin the root folder of this repository
- Run the server using one of the following commands:
python3 ./appserver.pyfor development./run.shfor production
- Access the application on http://localhost:8080/