Skip to content

Mahefaa/easyJob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,'[email protected]','t',now(),'$2a$10$QD7EfAuMtYf5nqnJt9z33.9dZSfjBCI0eWxXIp9Y6ifU9iguBELaG','ADMIN');

Run the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages