An example project built on my React/Django boilerplate.
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,
-
Create a super user using
docker-compose exec web python manage.py createsuperuser
-
You can now log in to http://localhost:8002/protected/ to view and manage your events
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)
MIT