- PHP 7.4.*
- Laravel 7.*
- MySQL 5.7
- Vue.js 2.x
- A dashboard with:
- System Info
- Current Weather
- Next (National) Holidays
- Inspirational quote
- A simple note taking app
- Hacker News application
- Uses Firebase as backend to obtain all the hacker posts
- Ability to bookmark posts
- User management
Requirements: Docker
- Checkout the repo
- Update .env values according to you environment
- Enter the docker folder and edit the docker-composer.yml file:
- Set the volume path for the mysql service/container.
- Change the passwords for the mysql server.
Then run the following command inside the docker folder:
docker-compose up