Skip to content

duvindu-embuldeniya/JpuraVibe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

Getting Started

  1. Clone the repository to your local machine:

    git clone <repository_url>
    
  2. Navigate to Project Directory:

    cd <project_directory_name>
    
  3. Create a virtual environment:

    pip install virtualenv
    
  4. Then create your virtual environment:

    virtualenv envname
    
  5. Activate the virtual environment:

    envname\scripts\activate
    
  6. Install the requirements:

    pip install -r requirements.txt
    
  7. To run the Application:

    python manage.py runserver
    

Then, the development server will be started at http://127.0.0.1:8000/

Ensure that the environment variables in settings.py are correctly configured for your setup before running the application.

About

J'Pura Vibe is a communication hub for Faculty of Technology students at the University of Sri Jayewardenepura, enabling academic collaboration and social interaction through topic-based chat rooms.

Topics

Resources

Stars

Watchers

Forks

Contributors