Create an account, create infinite taskboards which hold infinite tasks. Set task priorities and due dates. Get reminded when you open the taskboard again.
This application was developed by a group of five students for a software development class.
- Google Firebase API integration
- ORMLite SQL DAO setup for easy SQL integration
- Maven dependency framework
- Run mvn install
- Create a .env file based on .env.example and place in your target folder
- Fill out the .env variables with your values
- Place the run.bat file into your target folder
- Run the run.bat file to boot the application
- Requires a Google Firebase API key configured in your .env file
- To use MySQL instead of SQLite, configure SQL database credentials in your .env file