MyPortalWeb is an api built upon the Laravel framework which stores and parses excel documents.
- Clone the project
git clone https://github.com/dwamatu/MyPortalWeb.git
- Navigate to the cloned directory.
- Create a copy of
.env.example
as.env
- Setup your database credentials in
.env
- Install dependencies with
composer install
- Generate app key with
php artisan key:generate
- Migrate your database with
php artisan migrate