Skip to content

CodeX2124/Sports-betting-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bet with friend - Backend using Python-django

This is Bet With Friend projects Backend using Django Rest API and SQLite3 as Database.

Setup Backend

  • 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 runserver

Author

Telegram: CodeX2124

https://t.me/CodeX2124 Thank You!

About

Sports-betting-website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •