This project is a solo project for the event manager course at CEFIM. The goal is to create a website to manage events. The website will allow users to create, edit, delete and view events. The website will also allow users to register to events and to see the list of participants for each event.
To install the project, you need to clone the repository and to install the following dependency:
You need to create a database which name is events
and to import the events.sql
file to create the tables.
To use the project, you need to start a local server and to open the project in your local server.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.