OrganizeU is a smart personal productivity website designed to simplify life and keep you organized. It helps you manage tasks set goals and track progress effortlessly.It is a one stop solution to create your schedule manage your time and stay productive.
Preview.video.mp4
Here're some of the project's best features:
- Week and Month Planner
- Day Schedular
- Resource Hub
- Student-centric Scheduling
- Goal Progress Tracker
Technologies used in the project:
- HTML
- CSS
• Harshita
• Srushti
• Parteek
• Mrunal
• Sambhav
• Suhani
• Surendra
• Devang
• Janmesh
• Khushi
The application uses environment variables for database configuration. Set these environment variables in your deployment environment:
DB_URL=jdbc:mysql://your-database-host:3306/organizeu
DB_USERNAME=your-database-username
DB_PASSWORD=your-database-passwordTo run the application in production mode:
- Set the environment variables mentioned above
- Run the application with the production profile:
java -jar organizeu.jar --spring.profiles.active=prod- Never commit database credentials to version control
- Use strong passwords for database users
- Consider using a secrets management service in production
- Use SSL/TLS for database connections in production
- Create a MySQL database:
CREATE DATABASE organizeu;- Create a database user with appropriate permissions:
CREATE USER 'your-username'@'%' IDENTIFIED BY 'your-password';
GRANT ALL PRIVILEGES ON organizeu.* TO 'your-username'@'%';
FLUSH PRIVILEGES;- Development: Uses default configuration in application.properties
- Production: Uses application-prod.properties with environment variables
- Test: Can be configured using application-test.properties






