Skip to content

pajtaand/twidder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

150 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

HTML5 Single-page application with Python backend.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors