Name Last Update
..
.mvn Loading commit data...
docs Loading commit data...
src Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...

README.md

Hybrid Recommendation System

Install (Linux)

> chmod +x startConfig.sh
> ./startConfig.sh
  • Create a database in PostgreSQL with name srh
  • Insert the content of data.sql on database:
INSERT INTO api_user(id, name, login, password, profile) VALUES (1, 'api', 'api', '$2a$10$sFKmbxbG4ryhwPNx/l3pgOJSt.fW1z6YcUnuE2X8APA/Z3NI/oSpq', 'API');

Use the user api with password 123456 to generate the token for api