Skip to content

DDSameera/otriumchallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Otrium Challenge

Intro

This is an MVC/OOP PHP project that allows used to generate Turnover in CSV format.

Getting started

Pre Requsists

  1. WAMP or XAMPP Environment
  2. Composer Latest Version

Installing

  1. Clone the repo to your localhost
  2. Run command composer require phpoffice/phpspreadsheet
  3. DB & Other Configueration app/config/config.php
   $host = "http://localhost";  
   $rootFolder = "otriumchallenge";
   $siteName = "Otrium Challenge";
   $dbHost = "localhost";
   $dbUser = "root";
   $dbPass = "";
   $dbName = "otrium_challenge";
  1. All CSV Reports Saved in app/public/reports

Technology Stack

  1. PHP 7.4.9
  2. HTML
  3. CSS
  4. Bootstrap
  5. PHPSpreadsheet (More Info : https://phpspreadsheet.readthedocs.io/en/latest/ )

Technical Support

Sameera Dananjaya Wijerathna - 0718761292

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published