This is Bet With Friend projects Backend using Django Rest API and SQLite3 as Database.
- Navigate to the backend project directory
cd bwf- Create and activate a virtual environment
python -m venv venv
venv\Scripts\activate- Install dependencies
pip install -r requirements.txt- create .env file and add your secret key and details
DEBUG=True
SECRET_KEY=your_secret_key- Run Migrations
python manage.py makemigrations
python manage.py migrate- Run the development server
python manage.py runserverTelegram: CodeX2124
https://t.me/CodeX2124 Thank You!