Skip to content

Commit

Permalink
working app so far
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmamidi committed Jan 8, 2024
1 parent 1fdaa89 commit ede15cb
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 557 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Change in to root directory and run the command below to install environment:
# Create an environment. Needed only the first time.
python3 -m venv ditto-api-env
source ditto-api-env/bin/activate
pip3 install -r configs/requirements.txt
pip3 install -r requirements.txt
```

## How to run
Expand All @@ -45,6 +45,8 @@ cd src
uvicorn main:app --reload
```

Test the app using this example as web address - http://127.0.0.1:8000/var/1-2406483-C-G

## Contributing

We welcome contributions! [See the docs for guidelines](./CONTRIBUTING.md).
Expand Down
File renamed without changes.
Loading

0 comments on commit ede15cb

Please sign in to comment.