todo-app-go

module
v0.0.0-...-c44fb92 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2021 License: MIT

README

todo-app-go

Make sure to run go mod vendor first to download all needed libraries

To run this application, call make run on root To build only, call make build on root Calling one of above will generate executable file in bin/ folder, that can be used to start the application

After app binary is running, the web can be opened in http://localhost:8080/

bin                         # Binary output folder
backend
 ├── datastore              # Main datastore implementation code, add necessary implementation here
 |    └──  interface.go     # Contains interface struct with all function that needs to be implemented
 ├── webstatic              # Frontend Codes, taken from https://github.com/themaxsandelin/todo
 └── main.go                # Main program of the app
model
 └── model.go               # Data model of main object

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL