Skip to content

szystems/singular

Repository files navigation

Singular - Business Web Application

Laravel PHP License

Singular is a business-oriented web application built with Laravel, featuring a clean templating system and dynamic content management. The project serves as a customizable platform for professional service organizations.

Features

  • Dynamic Content — Blade-based templating system with reusable components.
  • Responsive Layout — Mobile-friendly design with Bootstrap framework.
  • Chart Integration — Data visualization with Chart.js for business analytics.
  • Clean Architecture — Laravel MVC structure with organized routes and views.

Tech Stack

Layer Technology
Backend PHP 7.3+, Laravel (Eloquent ORM, Blade Templates)
Frontend HTML5, CSS3, Bootstrap, JavaScript
Charts Chart.js
Build Tools Laravel Mix, Webpack

Getting Started

Requirements

  • PHP 7.3+
  • Composer 2.0+
  • Node.js 14+
  • MySQL 5.7+

Installation

git clone https://github.com/szystems/singular.git
cd singular
composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
npm run dev
php artisan serve

The application will be available at http://localhost:8000.

License

This project is licensed under the MIT License. See LICENSE for details.


Built by Otto Szarata — Senior Full-Stack Developer | Victoria, BC, Canada

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors