This web application is publicly available with the permission of F1 company.
This web-application for a company that sells and refills cartridges, as well as repairs F1 printers.
- If you are installing the project locally run
make setup
to install dependencies, generate .env file and app key. - Run
make seed
if you want to seed the database. - Run
make run
to launch default web server — http://127.0.0.1:8000. - Run
make lint
to run linter and tests.