Skip to content

surjak/EmailAlert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Alert

Contributors

Technologies

  • Scala
  • Play Framework

Run

Install docker and run

docker run --name my_postgres -d -p 5432:5432 -e POSTGRES_USER=sample -e POSTGRES_PASSWORD=sample -e POSTGRES_DB=sample postgres

or you can install postgresql locally and connect to it changing properties in conf/application.conf

Clone this repository, and run your play application using either the play run or the sbt run command. Then, open your browser at http://localhost:9000/

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages