This is the app of a system for a company that allows:
- User registration and login with JWT authentication.
- Event management by administrators.
- Users can join events.
- Chat Live
- dashboard with statistics.
- Fork the repository
- Create a new branch (
git checkout -b my-feature
) - Commit your changes (
git commit -m 'Added new feature'
) - Push the branch (
git push origin my-feature
) - Open a Pull Request
This project is licensed under the MIT License.