Full-Stack Todo application for Hacktoberfest. Open for ideas.
- User should be able to Start backend & frontend & DB.
- User should be able to Navigate to
http://localhost:5000
to View simple UI. - User should be able to Create simple Todo Items from the UI.
- User should be able to Read todo items created during the session.
- User should be able to Delete todo item(s) created.
- User should be able to Update todo item(s) created.
Ideally JS/React, Python, MySQL, and etc.
https://hacktoberfest.digitalocean.com
- SQL Demo:
select * from Yun_todo_list where Friday = 'True';