Library Management System
How to compile and run our project:
- Make new project in IntelliJ IDEA
- Copy files from 'src' folder form the archive to the 'src' folder of the project (project should not include any packages)
- Install MongoDB and start test server (loacalhost)
- Run project setted 'Main' class as start class
How to generate .jar file:
- Open project folder in cmd
- Type 'gradle fatjar' or 'gradlew fatjar' (depending on OS) Note that to execute gradle commands you should include it to your cmd or console