Site and complex admin panel for order accounting
Technical Stack
The Backend:
Laravel: The main framework for the server part, which is used to implement business logic, authentication, work with the database, etc.Eloquent ORM: To interact with databases.Blade Templating: To generate HTML on the server.MySQL is a database.The Frontend:
HTML is a standard language for creating a web page.CSS/SASS: To stylish web elements.Bootstrap: CSS framework for fast styling and components.jQuery: JavaScript library for manipulations with DOM, events processing, animations, etc.Ajax: For asynchronous requests to the server.Additional Tools:
Composer: Dependency Manager for PHP, which is used to manage Laravel packages.npm: Package Managers for JavaScript.Git: A version control system for tracking changes in the code and the collaboration between developers.Webpack: Modular packaging for modern JavaScript applications.Testing and deployment:
PHPUnit: Framework for unity testing in PHP.Docker: To contain and simplify the decomposition process.#PHP #Laravel10 #Blade #javascrip
The Backend:
Laravel: The main framework for the server part, which is used to implement business logic, authentication, work with the database, etc.Eloquent ORM: To interact with databases.Blade Templating: To generate HTML on the server.MySQL is a database.The Frontend:
HTML is a standard language for creating a web page.CSS/SASS: To stylish web elements.Bootstrap: CSS framework for fast styling and components.jQuery: JavaScript library for manipulations with DOM, events processing, animations, etc.Ajax: For asynchronous requests to the server.Additional Tools:
Composer: Dependency Manager for PHP, which is used to manage Laravel packages.npm: Package Managers for JavaScript.Git: A version control system for tracking changes in the code and the collaboration between developers.Webpack: Modular packaging for modern JavaScript applications.Testing and deployment:
PHPUnit: Framework for unity testing in PHP.Docker: To contain and simplify the decomposition process.#PHP #Laravel10 #Blade #javascrip