Skip to content

koompi/koompi-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KOOMPI Business Intelligence

KOOMPI BI is about delivering relevant and reliable information to the right people at the right time with the goal of achieving better decisions faster.

code style: prettier BCH compliance Codacy Badge Maintainability

One to two paragraph statement about your product and what it does.

Development setup

Run KOOMPI Site
cd koompi
npm install
npm start

Before run the dashboard you should

Run Backend Service:
cd backend
npm install
node index.js
Run Dashboard service:
cd dashboard
npm install
npm start

Technologies

Frontend
Backend

Resources

Contributing

  1. Fork it (https://github.com/koompi/koompi-bi/fork)
  2. Create your feature branch (git checkout -b feature/koompiBI)
  3. Commit your changes (git commit -am 'Add some KoompiBI Change')
  4. Push to the branch (git push origin feature/koompiBI)
  5. Create a new Pull Request