Custom backend for Project Finance Android app.
- Java 17.
- Other requisites are already built in on
build.gradle.kts
. (See more here) - Knowledge using a terminal.
- A little bit of time.
- Optional: Coffee to drink while executing the app.
- After checking pre-requisites and having all dependencies installed, you can just go to
Application.kt
and runfun main()
. - Also, you can generate a
fat-jar
by executingfatJar
task onbuild.gradle.kts
. After that, you may execute the app by double clicking it or by executing it on a terminal usingjava -jar base-ktor-server.jar
. - Lastly, you can download last version of the project, check it out on here.
Project Finance Server is the custom backend server for Project Finance's Android app. It is used to support its online functionality, such as invoices synchronization or user profiles customization.
You may configure some stuff on app.conf
file. You can check it out here.
In order to use this Server, you must use it via Project Finance's Android app. Check it out here.
- Any suggestion? Create a ticket here.
- Have you found one? Create a ticket here.