Skip to content

arjun-1/todo-app-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

first, download and run the docker postgres image: docker pull postgres docker run -p 5432:5432 -e POSTGRES_PASSWORD=postgres postgres

Then, run the http server in one terminal: sbt 'project httpServer' 'run'

And the GUI client in another: sbt 'project guiClient' 'run'

About

Solution to the todo app assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages