This is an application which const the api to perform the CRUD operations on Mysql data base for the Todo application. The technologies used in this application are Nodejs, Mysql and ExpressJs for creating the apis. POST,GET,PUT,DELETE type requests are used to perform the operations of the Database.For running this app in your pc , follow the below memtioned steps ->Step - 1 ) git clone https://github.com/KariBhanu/Todo-app-backend.git (use this commandd in cmd of windows or linux terminal).Step - 2 ) After doing it open the code in vs code and open integrated terminal OR in previous cmd after doing git clone do this [ cd Todo-app-backend ].Step - 3 ) Now use [ npm init ] to install all dependencies.