Thank you for choosing ORLP - a high-performance platform for spaced repetition learning.
Please download & unpack zip-file under a Web-accessible directory. You shall see the following files and directories:
Element | Description |
---|---|
src/ | source-code |
.gitignore | file with list of ignored files for uploading to the git |
pom.xml | Maven's project object model file |
README.md | this file |
The minimum requirement by ORLP is that your Web server supports Apache Tomcat 8.5.11 or above, MySQL Server 5.7 or above.
- You should import this project in your IDE as a maven-project;
- Wait until IDE will import all maven dependencies to this project;
- Open MySQL Workbench and change the password for user
root
to123456
;
Now you can work with the API.
This project uses Flyway DB Migration Tool.
All migrations are located in the package resource/db/migrations
.
Manual how to use migrations:
https://flywaydb.org/documentation/migrations
You can check all opportunities of the API in the Swagger (it was included to the project) by using next URL: http://127.0.0.1:8080/swagger-ui.html
The ORLP Developer Team
- Petro Zadorovskyi
- Yevhen Palamarchuk
- Sasha Verenka
- Yaroslav Varshavskyj
- Orest Potsiluiko
- Vlad Kuhivchak
- Askold Baran
- Taras Predzymyrskyi
The DevOps Team