Todo app built using GoLang, MongoDB and React.js
- React.js
- GoLang
- Mongodb
- Node
- MongoDB
- Go
In the client folder, install dependencies:
cd todo
npm install
In one terminal (first terminal), start the front end:
cd todo
npm start
In a separate terminal (second terminal), start the back end:
cd todo-react
go run main.go