A proof of concept for the AEC Consortium Project Management / Assessment System
This platform is built using Laravel/PHP. The admin panel uses Backpack for Laravel PRO.
- Clone repo:
git@github.com:stats4sd/aec_portfolio.git - Copy
.env.exampleas a new file and call it.env - Update variables in
.envfile to match your local environment:- Check APP_URL is correct
- Update DB_DATABASE (name of the local MySQL database to use), DB_USERNAME (local MySQL username) and DB_PASSWORD (local MySQL password)
- Create a local MySQL database with the same name used in the
.envfile - Run the following setup commands in the root project folder:
composer install
php artisan key:generate
php artisan backpack:install
npm install
npm run dev
- Migrate the database:
php aritsan migrate:fresh --seed
- Workflow for creating a new institution + inviting members
- Workflow for a member deleting their account