Gitblog is a python fastapi restfull blog API project, built with python fastapi, alembic for data migrations, sqlachemy orm, sqlite3 database, JWT Token, React Frontend.
FAST API BLOG
The following are the installation steps:
- Create a Pyton virtual environment using the following command python3 -m venv "environment-name"
- activate virtual environment using the command "source environment-name/bin/activate"
- install requirements from requirements.txt using the command "pip3 install -r requirements.txt"