Skip to content

enricsneelamkavil/Event-Management-Portal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

amigoz

BFH Banner

py3 event-portal for college : print("amigoz")

We were working on "Event portal for your college" using python. In our project a one can create an account, register for particular events, see who others have registered for the events and get information about the upcoming events.

We've created our project in such a way that anyone could easily access and go through it.

Team members

1.Amal C P
2. Enric S Neelamkavil
3. Vaishnav M J

Team Id:

BFH/recsLQZuW3afSK1GK/2021

Link to product walkthrough

https://drive.google.com/file/d/1yQBFPVf8SuXy9ijl9xKdUP3FuCtbJWhw/view?usp=sharing

How it Works ?

  1. The working of project : It works in the django platform ,download each and every file in my git hub page amigoz without missing any files and using pycharm application run it .
    First : In terminal use
    >>python manage.py makemigrations,,,
    >>python manage.py migrate,,,
    >>python manage.py createsuperuser { give name,email,password to login in admin page},,,
    >>python manage.py runserver,,,
    second: In terminal now it will show a url ,just click on it.It will direct you to home page of website.
    third : Click on registration ,goes to registration and login page .Give nessesory details.
    four : Goes to the user home and select the event and register for it .
    five : Registered students details will be in registered student details and the upcoming event details will be also in user home.
    six : The url we got in the beginning add a /admin so that you can go to admin page ,by giving admin name and password .

2.demo vedio :https://drive.google.com/file/d/1LpkarKqNWml-ZfIk0bRpTa3pG1KybU7-/view?usp=drivesdk

Libraries used

Django==3.2.3 Keras==2.4.3 numpy==1.19.5 oauthlib==3.1.0 PyYAML==5.4.1 sqlparse==0.4.1 urllib3==1.26.4

OTHER LANGUAGES USED

Java script, Html, CSS

How to configure

Download the codes from my git page and open it in pycharm application.
In terminal { pip install -r requirements.txt [or] pip3 install -r requirements.txt }
Next step is to install all library files as given above , and run the program using { python manage.py runserver [or] python3 manage.py runserver }
So a website link appeares in the terminal ,just click on it .

LIVE PROJECT URL

http://amalcp.pythonanywhere.com/

How to Run

Just check above for more details contact acp070146@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.1%
  • Python 31.8%
  • CSS 17.2%
  • JavaScript 0.9%