Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 864 Bytes

README.md

File metadata and controls

27 lines (25 loc) · 864 Bytes

A ClubHouse for our College (Still under development)

Screenshots:

Homepage Resources page Chatroom Chatroom

Build Yourself

git clone https://github.com/wolf-hash/College-ClubHouse.git
cd College-ClubHouse

To Use Project's virtual environment

source AlphaEnv/bin/activate

To install requirements on your virtual environment

pip install -r requirements.txt

Run Django Server

python manage.py makemigrations
python manage.py migrate
python manage.py runserver