An open API service indexing awesome lists of open source software.

https://github.com/pashamakhilkumarreddy/golang-react-todo

A Sample Web Application built with Golang and React.
https://github.com/pashamakhilkumarreddy/golang-react-todo

docker docker-compose github-actions golang husky react

Last synced: 3 months ago
JSON representation

A Sample Web Application built with Golang and React.

Awesome Lists containing this project

README

          

# React Golang Todo

Welcome to the React Golang Todo project! This project is designed to help you manage your tasks using a React frontend and a Golang backend.

## Project Structure

- **[Client](./client/README.md)**: The frontend part of the application built with React.
- **[Server](./server/README.md)**: The backend part of the application built with Golang.

## Getting Started

For detailed instructions on setting up and running each part of the application, please refer to the respective README files:
- **Client**: [Client README](./client/README.md)
- **Server**: [Server README](./server/README.md)