https://github.com/toggle-corp/chrono-server
https://github.com/toggle-corp/chrono-server
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/toggle-corp/chrono-server
- Owner: toggle-corp
- Created: 2020-09-29T06:55:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T08:42:01.000Z (over 4 years ago)
- Last Synced: 2025-01-09T07:13:02.723Z (4 months ago)
- Language: Python
- Size: 78.1 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CHRONO-SEVER
`docker-compose up`# Run Migrations
`docker-compose exec server bash``python manage.py migrate`
Navigate through `localhost:9000/graphiql` to view available graphs.
Interact with sever `localhost:9000/graphql` from client.