Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/falsehuman/microblog
- Owner: FalseHuman
- Created: 2023-01-02T12:16:47.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T11:36:06.000Z (about 2 years ago)
- Last Synced: 2024-11-19T10:12:29.386Z (2 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)