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.
- Host: GitHub
- URL: https://github.com/pashamakhilkumarreddy/golang-react-todo
- Owner: pashamakhilkumarreddy
- Created: 2020-04-05T18:17:14.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T14:22:17.000Z (almost 2 years ago)
- Last Synced: 2026-01-12T13:50:43.484Z (6 months ago)
- Topics: docker, docker-compose, github-actions, golang, husky, react
- Language: TypeScript
- Homepage:
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)