Skip to content
/ bixert Public

This is an event management portal for colleges. This is created as a part of Build From Home (BFH) conducted by Tinkerhub.

Notifications You must be signed in to change notification settings

rawho/bixert

Repository files navigation

  • TeamID : BFH/rec7TArwrQ98nLkWc/2021

Project is live at bixert.xyz

Packages used

Technologies We used

How to Run locally

  • Cloning and creating virtual env

    • Clone this repo - git clone https://github.com/rawho/bixert
    • Move to the cloned repo - cd bixert
    • Create a virtual environment - help
    • install all the packages - pip install -r requirements.txt
  • Creating Database

    • install mysql - help
    • Create a user by entering to the mysql shell- CREATE USER 'bixert'@'localhost' IDENTIFIED BY 'Bixert@123';
    • CREATE DATABASE bixert;
  • migrating and running

    • python manage.py migrate
    • python manage.py runserver - Head over to http://localhost:8000 and see the magic

Developers

Linkdein Whatsapp github Adithya Kurien Peter

Linkdein Whatsapp github Rahul T


Rahul And Adi

About

This is an event management portal for colleges. This is created as a part of Build From Home (BFH) conducted by Tinkerhub.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published