A simple React and Express Todo Application using mongodb
todo-backend : contains the express js backend for todo application todo-frontend: contains the react application
Configure CONNECTION_STRING
in index.js
of todo-backend
to connect to a MongoDB database.