Skip to content

Eduard2609/TeaPython_ISW

Repository files navigation

TeaPython

Personal project where I tried learning python and flask by creating an webpage that hosts as a appstore were you can download these apps or suggest new ones

Installation Using WSL Ubuntu or other distro

Install Pip

Create a virtual environment in the project folder

  • python3 -m venv teaenv

Activate the virtual environment

  • source teaenv/bin/activate

Install the requirements

  • pip install -r requirements.txt

Run the app

  • python3 run.py

Run the tests

  • python -m pytest -v
  • python -m pytest tests/unit # Run unit tests
  • python -m pytest --last-failed # Run last failed tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •