Maktab 89(Python) Group 5 FastAPI weblog project
- clone the repository
- cd into weblog folder
- use this command to activate the virtual environment: "source venv/bin/activate"
- now run the app with this command: "uvicorn main:app --reload"
- open 127.0.0.1:8000 on your browser
IF IT DOESNT RUN: (use sqlite instead of postgres)
- go to this directory: /weblog/app/router/DataBase
- open my_database.py
- comment line 5 (postgresURL)
- uncomment line 6 (sqliteURL)