Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rovide the newly added section in code formatr# CATCH Analysis Tools
# CATCH Analysis Tools

Data analysis tools for CATCH, an astronomical survey search tool

Expand All @@ -10,7 +10,17 @@ Get required packages useful for testing:
pip install .[tests]
```

Running the tests:
### Running the webapp (without Docker)

With the package and its dependencies installed as above, the app may be started with the command:

```
python3 -m catch_analysis_tools.app.app
```

Then, to view the Swagger documentation, open up http://localhost:8000/ui (see command output for exact port).

### Running the test suite

```
tox -e py312-test
Expand Down
Loading