Skip to content

AlwinJacobThomas/Event-Hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event-Hub

College Mini Project

Custom User Auth System: https://youtu.be/SFarxlTzVX4

To run the project

  1. open terminal

    git clone https://github.com/AlwinJacobThomas/Event-Hub.git

  2. setting Virutal evnvironment

    cd Event-Hub

    • create

    python -m venv venv

    • activating

    venv/Scripts/activate

  3. Install Django

    pip install django

  4. Install all Modules

    pip install -r requirements.txt.

  5. migrating models

    python manage.py makemigrations

    python manage.py migrate

  6. run server

    python manage.py runserver

About

College Mini Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors