This system helps user to decide what to read next,
see friends, what friends read and so on.
You can find the project website here.
For building and running the application you need:
To build the project simply run this command in the root directory:
mvn clean install
This project is a Maven multimodule project with two submodules:
- backend
- frontend
There are several ways to run a Spring Boot application on your local machine.
One way is to execute the main
method in the Application
class from your IDE
and go to http://localhost:8080
.
Alternatively you can use the Spring Boot Maven plugin like so:
mvn spring-boot:run
To run Angular application on your local machine you can go to the Angular root directory and run:
ng serve --open
This will automatically open http://localhost:4200
in your browser.
- Aleksey Gritsenko
- Rostislav Koval
- Julia Alpaeva
- Kirill Kandel
- Diana Teper
- Dmitriy Skorohodov
- Artem Tarasenko
For application deployment we are using free cloud application platform Heroku.