mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
ad00f140d147ce0bc8ee96e7d04ca605fdee6641
feat: accounts slug. feat: duplicate accounts_balance table and merge balance with accounts table. feat: refactoring customers and vendors. feat: system user soft deleting. feat: preventing build tenant database without any subscription. feat: remove 'password' property from 'req.user' object. feat: refactoring JournalPoster class. feat: delete duplicated directories and files.
CLIENT
cd clientnpm install
RUN CLINET
- npm run start
SERVER
- cd server
- npm install
- npm install -g knex webpack
- write database details to .env files.
knex migrate:latestknex seed:run
RUN SERVER
- npm run start
Languages
TypeScript
96.9%
SCSS
2%
Shell
0.5%
HTML
0.3%
JavaScript
0.2%