Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.03 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.03 KB

Mini Jarvis

About Application

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:

Running Application

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:

  1. Clone the repository. If you're using windows, install WSL2.
  2. Install docker desktop.
  3. Run Docker Engine
  4. go to docker-cli and run:
  5. docker-compose build --up
  6. Run docker-compose exec mini-jarvis-docker php artisan migrate --seed to migrate tables and seed the db.
  7. Wait for a few minutes and your application will start running on localhost:9000/public and mysql_db instance in 9001 port.
  8. Run localhost:9000/public/task_export.php to download all the tasks in csv format.