Skip to content

Public Room Web-Application. Were users can join a Room, Create a Room and Open up a new topic

Notifications You must be signed in to change notification settings

kevinjosephh/Flies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flies

Screenshot_2021-10-13_21-15-53

Live URL: https://flies-room.herokuapp.com/

Description

Public Room Web-Application. In which users can join a Room, Create a Room and Open up a new topic

Dependencies

All the required dependencies are mention in requirements.txt file

Installing

--> Clone the repository using the command below :

git clone /~https://github.com/kevinjosephh/Flies.git

--> Move into the directory where we have the project files :

cd Management

--> Create a virtual environment :

  • For Windows
python -m venv .venv
  • For Linux/Mac
python3 -m venv .venv

--> Activate the virtual environment :

source .venv/bin/activate

--> Install the requirements :

pip install -r requirements.txt

Executing program

  • For Windows
python manage.py runserver
  • For Linux/Mac
python3 manage.py runserver

Authors

Kevin Joseph

About

Public Room Web-Application. Were users can join a Room, Create a Room and Open up a new topic

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published