Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonybenoy/splitunwise
https://github.com/tonybenoy/splitunwise
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tonybenoy/splitunwise
- Owner: tonybenoy
- License: gpl-3.0
- Created: 2021-04-30T11:30:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T06:01:44.000Z (6 months ago)
- Last Synced: 2024-05-02T02:19:45.810Z (6 months ago)
- Language: Python
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# splitunwise
## How to run server
I have the images tagged to my local registry so run a local registry as shown below. In case you don't want to run your own registry do change the image name to a non registry tag.
`docker run -d -p 5000:5000 --name registry registry:2`
## To run the server
```
docker-compose build
docker-compose push
docker-compose up
```## First Time setup
After first `docker-compose up` create database split and run `alembic upgrade head`
Docs at localhost:8000/docs