Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michael7nightingale authored Apr 12, 2024
1 parent 38cc7cc commit 8fc420d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Some new features are coming. The web-app is both fullstack and API.
*NOTE*: .git root is project root;

## Stack
- `Python 3.11`;
- `Python 3.12`;
- `FastAPI`;
- `PostgreSQL`;
- `fastapi_authtools` (my authentication library);
Expand All @@ -22,7 +22,7 @@ Some new features are coming. The web-app is both fullstack and API.
- `Vue.js`;
- `HTML` / `CSS` / `js` for fullstack;
- `pytest` in async mode for testing;
- `flake8` linter;
- `ruff` linter;

## Requirements
I use `Python 3.11` as the project language.
Expand All @@ -42,7 +42,7 @@ pip install -r dev-requirements.txt

To run flake8 linter:
```commandline
flake8
ruff check .
```

To run tests:
Expand All @@ -67,5 +67,5 @@ docker-compose up -d --build

For local running using `uvicorn` run:
```commandline
uvicorn app.main:create_app --reload --port 8000
uvicorn src.main:create_app --reload --port 8000
```

0 comments on commit 8fc420d

Please sign in to comment.