To get started with GamerConnect, follow these steps:
-
Clone the repository:
git clone https://github.com/Harsh-1807/GamerConnect.git
-
Move into the project directory:
cd GamerConnect
-
Install
virtualenv
:pip install virtualenv
-
Create a virtual environment:
virtualenv envname
-
Activate the virtual environment:
- On Windows:
envname\scripts\activate
- On macOS/Linux:
source envname/bin/activate
- On Windows:
- Install the required packages:
pip install -r requirements.txt
- Run the development server:
python manage.py runserver
After running the above command, the development server will start, and you can access the app at http://127.0.0.1:8000/.