Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbrsagor/blogapi
Fast-API is a modern, fast (high-performance), web framework for building APIs Python-based on standard Python type hints.
https://github.com/mbrsagor/blogapi
api fastapi python-3
Last synced: 1 day ago
JSON representation
Fast-API is a modern, fast (high-performance), web framework for building APIs Python-based on standard Python type hints.
- Host: GitHub
- URL: https://github.com/mbrsagor/blogapi
- Owner: mbrsagor
- Created: 2019-05-28T21:07:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T17:13:50.000Z (7 days ago)
- Last Synced: 2024-11-07T18:25:08.665Z (7 days ago)
- Topics: api, fastapi, python-3
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog API
> Fast-API is a modern, fast (high-performance), web framework for building APIs Python-based on standard Python type hints.### Dependencies:
- Python3.10
- FastAPI
- PostgreSQL> Notes: The following steps will walk you thru installation on a Mac. Linux should be similar. It's also possible to develop on a Windows machine, but I have not documented the steps. If you've developed the app on Windows, you should have little problem getting up and running.
[Source](https://www.youtube.com/watch?v=2g1ZjA6zHRo&ab_channel=SsaliJonathan)
###### Migrate Database:
```bash
source venv/bin/activated
python create_db.py
```## Happy coding :wink: