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 setupto install dependencies, generate .env file and app key. - Run
make seedif you want to seed the database. - Run
make runto launch default web server — http://127.0.0.1:8000. - Run
make lintto run linter and tests.