Skip to content

esceer/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo

Sample full stack Todo app with vanilla javascript and a simple go crud backend. The focus of this application was to practice the basics before moving on to more complex javascript framework.

UI

image

Setup

After cloning the repository, run the following commands in the root directory of this repository:

  • docker build -t todo .
  • docker run -p 8888:80 -p 8081:8081 -t todo

Feel free to alter any of the parameters.

Once started, the website can be reached at the specified port (in this case 8888) - e.g. http://localhost:8888/

About

Sample full stack app for practice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published