Skip to content

Garfield1002/Event-Reservation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Registration System

An example project built on my React/Django boilerplate.

🖼 Screenshots

Screenshot

📖 Usage

Prerequisites: Docker and Compose

Configure EMAIL_HOST_USER and EMAIL_HOST_USER in app\django_project\settings.py.

You can now start the app by running:

docker-compose up -d --build

It should now be up and running at http://localhost:8002.

To actually create an event,

  1. Create a super user using

        docker-compose exec web python manage.py createsuperuser
  2. You can now log in to http://localhost:8002/protected/ to view and manage your events

🍕 Contribution

Anyone is welcome to contribute to the quality of this content. Please feel free to submit a PR request for typo fixes, speling corrections, explanation improvements, more speling etc.

Feature requests are also welcome (This is however meant as a usable example/tutorial not necessarily a polished app)

⚖ License

MIT