TODO App with React and Go I made a todo app. You can create, update and delete todos on the app. Setup .env file MONGO_URI= <your_mongo_uri> PORT= 5000 ENV= development Build the app npm run build Backend Compile and start go run main.go App Images