A web app to easily manage your coursework.
- Laravel (PHP)
- Vue (TypeScript)
- PostgreSQL
- Docker
- Composer
- PHP
- Clone the repo
- Run
composer install
- Copy .env.example to .env
- Configure .env file to local environment
- Run
yarn install
to install front end packages - Run
php artisan key:generate
to create application key - Run
./vendor/bin/sail up -d
to start Docker containers - Run
./vendor/bin/sail artisan migrate
to perform migrations - Run
./vendor/bin/sail yarn run dev
to generate the JS/CSS assets - Go to http://localhost to see website
This uses Laravel sail to manage Docker containers for you. You could alternatively use something like Valet or Homestead which runs on your own system or in a virtual machine.
READY is licensed under the Apache-2.0 license.