Skip to content

utronframework/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#utrontodo

Todo list application using utron

This shows how you can get started using the utron web framework.

Installation

You will need to have a working Go environment

go get github.com/utronframework/todo

To run the applications, move to the root of the package

 cd $GOPATH/github.com/utronframework/todo

You can now edit config/app.json to suit your needs. The database is required, so you can use a postgresql,mysql or sqlite database.

When you are happy with the configurations then you can run the application by

todo

Visit localhost:8080 if you didnt choose another port in the configuration file to see your toto-list application

ALternatively with docker-compose

If you have docker and docker-compose. There is a docker-compose.yml file that will setup everything for you, like postgresql database and also build the app for you.

git clone [email protected]:utronframework/todo.git

cd todo
docker-compose up -d

Visit localhost:8080 if you didnt choose another port in the configuration file to see your toto-list application

#Shamless plug

If you find this helpful, please follow the author

screen shot

todo app with utron

nd start this project.

LICENSE

MIT

About

Todo list application in utron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published