Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 774 Bytes

File metadata and controls

25 lines (17 loc) · 774 Bytes

Twidder

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.

Prerequisites

  • Linux OS
  • Python 3.10
  • Python packages listed in requirements.txt
    • Install with: pip install -r requirements.txt
  • Gunicorn

Run tests

  • Run tests by running pytest in the root folder of this repository

Run project

  • Run the server using one of the following commands:
    • python3 ./appserver.py for development
    • ./run.sh for production
  • Access the application on http://localhost:8080/