Skip to content

Commit

Permalink
remove unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub3628800 committed Jul 20, 2024
1 parent 3bddf8d commit 7f79e7f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 58 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ things such as GitHub actions or python async libraries.

[![Master workflow](https://github.com/Jakub3628800/async-url-shortener/actions/workflows/master.yml/badge.svg?branch=master)](https://github.com/Jakub3628800/async-url-shortener/actions/workflows/python-app.yml)
![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Jakub3628800/async-url-shortener/master.svg)
![coverage](https://gist.githubusercontent.com/Jakub3628800/5163dbd0fdea4409fd7a3ae6383c6b66/raw/gistfile1.svg)

It works: https://async-url-shortener.herokuapp.com/shipit # not anymore, heroku is expensive. Looking for a new deployment.

## Running
1. Activate a virtual environment
Expand Down
14 changes: 0 additions & 14 deletions docs/TODO.md

This file was deleted.

1 change: 0 additions & 1 deletion run_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import uvicorn

from shortener.factory import app
from shortener_fastapi.main import app as app_fastapi # noqa: F401

if __name__ == "__main__":
port = os.getenv("APPLICATION_PORT", 8000)
Expand Down
15 changes: 0 additions & 15 deletions shortener_fastapi/main.py

This file was deleted.

26 changes: 0 additions & 26 deletions upload_test_coverage.py

This file was deleted.

0 comments on commit 7f79e7f

Please sign in to comment.