Skip to content

Xanvial/todo-app-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published