A simple and intuitive web application for managing your daily reminders.
- User-friendly Interface: Easily create, edit, and delete reminders with a clean and intuitive user interface.
- Persistent Storage: Reminders are stored securely, ensuring you never lose your important tasks.
- Customization: Customize your reminders with different colors, tags, and priority levels.
- Reminders Notification: Receive timely reminders to stay on top of your tasks.
Please note that as a learning project, the code here may not follow best practices at all times as it's a process of learning and improving. Feedback and suggestions are always welcome!
Reminders MVC:
Reminders API:
This section describes the Docker Compose configuration for deploying the Reminders application.
To deploy the Reminders application using Docker Compose, follow these steps:
- Clone the repository:
git clone https://github.com/KaueReinbold/Reminders.git
- Navigate to the project directory:
cd Reminders
- Run Docker Compose:
docker-compose up -d
The application can be accessed using the following URLs:
- API 1: http://localhost:5000
- API 2: http://localhost:5003
- MVC: http://localhost:5001
- Nginx Load Balancer: http://localhost:9999
Please note that the exact URLs may vary based on your specific configuration and environment. Adjust them accordingly.
If you encounter any issues or have suggestions, we encourage you to open an issue on the GitHub Issues page.