This document provides step-by-step instructions for installing the Django project, creating a virtual environment, installing dependencies, and running the project.
The following programs must be installed on your computer:
- pip (Python package manager)
- Virtualenv (or other virtual environment manager)
- Go to (to clone the project)
First of all, clone the project to your computer using Git:
git clone https://github.com/MetinQardasov11/FastApi-Project.git
python3 -m venv env
source env/bin/activate
py -m venv env
.\env\Scripts\activate
pip install -r requirements.txt
uvicorn file_name:app_name --reload