Skip to content

GamerConnect is an engaging web application designed to bring gamers together, created using the Django framework. It allows users to create and join gaming rooms, participate in real-time conversations, and manage their profiles with ease. By leveraging Django's robust capabilities

License

Notifications You must be signed in to change notification settings

Harsh-1807/GamerConnect

Repository files navigation

GamerConnect 🎮

Cloning the Repository 🛠️

To get started with GamerConnect, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Harsh-1807/GamerConnect.git
  2. Move into the project directory:

    cd GamerConnect

Setting Up the Virtual Environment 🌐

  1. Install virtualenv:

    pip install virtualenv
  2. Create a virtual environment:

    virtualenv envname
  3. Activate the virtual environment:

    • On Windows:
      envname\scripts\activate
    • On macOS/Linux:
      source envname/bin/activate

Installing Requirements 📦

  1. Install the required packages:
    pip install -r requirements.txt

Running the App 🚀

  1. 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/.


🖼️ App Previews

Feed Home

Feed Home

Room Conversation Preview

Room Conversation Preview

Profile Page

Profile Page

Login/Edit User

Login/Edit User

Making A Game Room

Making A Game Room

About

GamerConnect is an engaging web application designed to bring gamers together, created using the Django framework. It allows users to create and join gaming rooms, participate in real-time conversations, and manage their profiles with ease. By leveraging Django's robust capabilities

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published