Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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: