https://github.com/zeriontech/workshop2022
https://github.com/zeriontech/workshop2022
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeriontech/workshop2022
- Owner: zeriontech
- License: mit
- Created: 2022-02-01T10:02:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T14:51:40.000Z (over 4 years ago)
- Last Synced: 2025-01-28T16:32:31.452Z (over 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workshop2022
This repository contains a demo application for a definition 2022 workshop.
It implements simple API for a twitter-like application by using web3 approaches.
## How to Run
1. Install `poetry`: https://python-poetry.org/docs/
2. Install dependencies by using `$ poetry install`
3. Run background service: `$ workshop2022 run-background`
4. Run API service: `$ workshop2022 run-api`