A Django based web application that allows users to create and join mass events in Old School Runescape.
.env file should be created in the root directory with the following variables:
SECRET_KEY=yoursecretkey
ALLOWED_HOSTS=*
DEBUG=True
TIME_ZONE=Europe/Helsinki
- Create mass event (admin)
- Display event details
- Create mass event (user)
- Join the event with nickname by invite code
- Display event participants
- User authentication
- User profile
- User password reset
- User email verification
- Create mass event
- Display event details
- Nickname when joining event
- Display event participants
- Join the event with invite code
- Join event with a join link
- Scrape data from OSRS wiki with API(if available) otherwise use beautifulsoup
- Store data in database
- Display data on website
- Add support for .env file
- Add support separeate databases for models
- Add tests
- Add CI/CD
- Add Docker support
- Add caching
- Add rate limiting
- Add Kubernetes support