Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 347 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 347 Bytes

About

Monolithic backend for the TodoPal application.

How to run

The backend application uses MongoDB as a database, with a default port 27017. You can find the MongoDB installation instruction here.

  1. Navigate to the application folder.
  2. Run the following command: ./gradlew bootRun