API (FastAPI) for my blog site ITish
My blog site ITish (GitHub) was written using templates, but in our time there are not a lot of projects that use templates. That's why here is API of the "ITish"
Look at the requirements.txt
To run this project, you will need to add the following environment variables:
DATABASE_URL
JWT_SECRET_KEY
JWT_REFRESH_SECRET_KEY
Look at the file_env_example.txt
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/Gubchik123/ITishAPI.git
-
Go to the project directory:
cd ITishAPI
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the uvicorn development server:
uvicorn main:app
Note: Don't forget about environment variables