Skip to content

AJ-54/Event-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STACKHACKERS EVENT MANAGEMENT WEBSITE

First, create a virtual environment where we will install the project dependencies: For WINDOWS Users, perform below commmands on terminal, similar commands can be found on web for MAC and LINUX users.

virtualenv venv

To activate virtual environment:

venv\Scripts\activate

To run the code, clone the repo and navigate inside website and perform:

pip install requirements.txt

Initiate the command to start the app :

python manage.py runserver

The website is live at https://stackhackers.herokuapp.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published