Skip to content

leandromoreirati/tour-of-heroes-api-java

 
 

Repository files navigation

Tour of heroes - Java

In order to run the project, you need to run Postgres locally. You can do this by running the following command:

docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 postgres

Also you need to run a Redis server locally. You can do this by running the following command:

docker run --name some-redis -e REDIS_PASSWORD=eYVX7EwVmmxKPCDmwMtyKVge8oLd2t81 -d -p 6379:6379 redis

After that, you can run the project by running the following command:

./gradlew bootRun

Or just press the play button in your IDE.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 63.1%
  • Shell 26.0%
  • Dockerfile 7.9%
  • Perl 3.0%