Todoly
is a simple tasks management application.📝
-
Backend: Node.js, Express.js, MySQL, and Docker.
-
Frontend: HTML, CSS, and JavaScript.
-
Basic user authentication: Sign Up & Sign In (with an
email
andpassword
) -
Basic CRUD operations:
create
,read
,update
, anddelete
tasks.
Clone the project
git clone https://github.com/dylangrijalva/todoly-app
Backend app:
cd backend/ && ./run.sh