An open API service indexing awesome lists of open source software.

https://github.com/zeriontech/workshop2022


https://github.com/zeriontech/workshop2022

Last synced: 6 months ago
JSON representation

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`