A page where you can view Events on a Calendar
Warning
This project is still under development.
A simple event calendar application, to help learn and understand database functionality in PHP. This project was initially started as a summer assignment by one of our teachers.
- View events on a monthly calendar
- Add new events with a title, date, and description
- Administrator role system, to allow specific users to make and edit events
- Having a calendar, to preview all available events
- Secure interaction with the MySQL database using
mysql_pdo
sudo apt-get install docker git docker-compose-plugin
# if you dont have docker enabled
sudo systemctl enable docker --nowBefore you start it, make sure you have changed .env.example to .env & you've changed the values
# In the folder where the docker-compose.yml is located at
sudo docker compose up -d- Make first account always admin, instead of modifying
.envto make a new user Show events in the calendarShow the upcoming events in the Upcoming Events sectionWhen you click on an event, it will give you send you to/preview.php?id={id}, to see the event's description and any other info- Dark mode
- Modify
.envto have more support in changing what port each thing uses, and production/development environments