- Clone the repository
- Copy the
.env.example
file to.env
and update the database credentials (in /application/config) - Make sure you have docker installed
- Run the following command in the root directory of the project
docker-compose build && docker-compose up
- Open phpmyadmin in your port 8080 and create db
jobseeker
and import the jobseeker.sql file - Open your browser and go to
http://localhost/jobseeker/
- Please login using the following credentials:
- email: [email protected]
- Password: test123