Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/falsehuman/microblog

Microblog(clone Twitter) on FastAPI
https://github.com/falsehuman/microblog

Last synced: 12 days ago
JSON representation

Microblog(clone Twitter) on FastAPI

Awesome Lists containing this project

README

        

# Microblog

## Setting up the installation

```bash
$ pip install -r ./requirements.txt
```

### Start Project
```bash
$ alembic upgrade head
$ uvicorn main:app --reload
```

## DBMS PostgreSQL
Link how to install for [Windows](https://www.youtube.com/watch?v=yYJ74Sc7nw8)
Link how to install for [Linux](https://losst.ru/ustanovka-postgresql-ubuntu-16-04)