8000 GitHub - chunliu/gotodo: A simple SPA developed in Go and React for demonstration of using these technologies together.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ gotodo Public

A simple SPA developed in Go and React for demonstration of using these technologies together.

License

Notifications You must be signed in to change notification settings

chunliu/gotodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotodo

gotodo is a simple SPA to demo how to use several different technologies together in a single project.

The backend Web API was developed with Go which implemented the CRUD in REST. It used the in memory object and didn't have a persistent data store. The frontend was developed with React and Antd. It fetches data from the backend.

The app can be deployed to a web server directly, containerized in a docker image, or deployed to a Kubernetes cluster.

Build

To be updated...

Todo

  • Connect to a MySql database

About

A simple SPA developed in Go and React for demonstration of using these technologies together.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0