Todo App Simple todo app in mongodb, node, reactjs and typescript Setup Run an instance of mongodb. Put your username and password in the uri string in the app.ts file in the server folder. Running From the project root run: make run-server make run-client