Skip to content

nexocodecom/nexocode-budget-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Java 17
  • Docker
  • IntelliJ Idea (recommended) or any IDE of your choice

Run application locally

You do not need to install MongoDB locally. Just open com.nexocode.budget.TestBudgetApplication and run main() method. You can run it in Debug mode if you need. It will run application with testcontainers that starts MongoDB.

You can verify if application is running, using curl as mentioned below — null value should be returned.

curl localhost:8080/example/123

Run tests:

You can of course run tests using IntelliJ Idea, but you can also use command line:

./gradlew clean test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages