Basic CRUD Todo App
- Golang
- ReactJS
- Axios
Clone the project
git clone https://github.com/faxa0-0/todo-fullstack
Go to the frontend directory
cd frontend
Install dependencies
npm install
Start the frontend
npm run dev
Go to the backend directory
cd backend
Start the backend
go run main.go