Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
olivialba committed Nov 23, 2024
1 parent b654b45 commit 0ef209f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ http://127.0.0.1:4200. To run the frontend testing you should use `npm test` ins

To run the backend locally, you must have Python 3.10 installed and install the modules described by
`backend/requirements.txt`. If you wish to run unit tests, you must also install the modules
described by `backend/requirements-dev.txt`. From there, you can run `python3 -m flask run` in
described by `backend/requirements-dev.txt` (You can run the tests by using `pytest` in the root folder). From there, you can run `python3 -m flask run` in
`backend/src` to start the backend on http://127.0.0.1:5000/.

You will also need to create certain secret files to test locally. To run everything without Docker,
Expand Down

0 comments on commit 0ef209f

Please sign in to comment.