Mini Jarvis
Mini Jarvis is a advanced task management platform built on top of Laravel and React JS where you can create and have a log of your tasks:
To run the app on your local server, please ensure you have php, composer and git installed on your system you may follow these steps:
- Clone the repository. If you're using windows, install WSL2.
- Install docker desktop.
- Run Docker Engine
- go to docker-cli and run:
- docker-compose build --up
- Run docker-compose exec mini-jarvis-docker php artisan migrate --seed to migrate tables and seed the db.
- Wait for a few minutes and your application will start running on localhost:9000/public and mysql_db instance in 9001 port.
- Run localhost:9000/public/task_export.php to download all the tasks in csv format.