innocent-maina / ofamis-client

Company managements for management and transaction processing for invoices, orders and deliveries made within the company

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client

OFAMIS System Client

Installation

Clone the git repository
git clone https://github.com/InnocentWahome/ofamis-project-client.git

Installation server

Setup environment variables
cp .env.example .env
Install project dependencies
npm install
Create database migration
node ace migration:run
Initialize faker db data
node ace db:seed
Initialize development server
npm run dev

Installation client

Install project dependencies
npm install
Initialize development server
npm run develop || gatsby develop
Run production
npm run build || gatsby build
Author
- [Innocent Wahome](mailto: innocentwahome@gmail.com)

About

Company managements for management and transaction processing for invoices, orders and deliveries made within the company

License:BSD Zero Clause License


Languages

Language:JavaScript 99.6%Language:SCSS 0.3%Language:CSS 0.1%Language:Shell 0.0%