This is a Todo List application built with a React frontend and a Go backend, using MongoDB as the database. It allows users to create, read, update, and delete their todo items.
- Frontend: React
- Backend: Go
- Database: MongoDB
- Create new todo items
- View existing todo items
- Update existing todo items
- Delete todo items
- Navigate to the frontend directory:
cd client
- Install the required dependencies:
npm install
- Run the React application:
npm start
- Navigate to the backend directory::
cd server
- Start the Go server::
go run main.go