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: 28 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T17:13:50.000Z (over 1 year ago)
- Last Synced: 2025-01-12T13:25:17.714Z (over 1 year 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: