Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 530 Bytes

File metadata and controls

16 lines (10 loc) · 530 Bytes

hello. This is an API that allows you to easily apply for a job.

if you want to run it locally : make sure to have intelliJ (ultimate version if it's possible). install maven dependencies (refresh pom.xml). install postgresql on your pc

add database environment variables. (in application.properties).
run this sql command on your psql commandLine

insert into "user" values (0,'admin@gmail.com','t',now(),'$2a$10$QD7EfAuMtYf5nqnJt9z33.9dZSfjBCI0eWxXIp9Y6ifU9iguBELaG','ADMIN');

Run the application.