MyTodo website helps users to manage their Todo list. It also gives admin users access to manae users
Java 8;
Angular 12
- Leverage website app based on Java Spring Boot
- Integrate Angular framework to manage frontend of the website. Material is used for the UI.
- Integrate Spring Security for Token based user system. Tokens are refreshed every 5 minutes and expires on the 10th day after user signing in.
- Admin system with both frontend and backend check.
- Integrate Hibernate ORM database. Practised one-to-many relationship
- Practised AWS deploy
- AWS deploy: http://www.mytodonet.com.s3-website.ca-central-1.amazonaws.com/
- Sample accounts: Admin sample acconut: email:admin@gmail.com password:amin User sample account: email:Tester1@gmail.com password:tester1
- Feel free to create your own account and explore the website!!