Skip to content

Commit

Permalink
Add readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Braun,Naomi committed Jan 3, 2024
1 parent 573c198 commit c7c121f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Starting the app
Make sure you have the requirements listed in `requirements.txt` downloaded, and your virtual environment started if relevant.

Run the development server using:
```
flask --app app --debug run
```

## Testing
Tests are run using
```
python -m pytest -v
```

0 comments on commit c7c121f

Please sign in to comment.