Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 462 Bytes

README.md

File metadata and controls

27 lines (12 loc) · 462 Bytes

This is Epicenter, the onestop Web Application to cater to all your needs.

Backend used is Django.

To run the code run the following commands.

pip3 install -r requirements.txt

pip3 install djongo
    
python3 manage.py makemigrations
    
python3 manage.py migrate
    
python3 manage.py runserver
    

Some Screenshots:

Epicenter Landing Page