Skip to content

Commit 5e23ca5

Browse files
committed
refactor(nestjs): migrate to NestJS
1 parent f068218 commit 5e23ca5

File tree

1,830 files changed

+338
-1752
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,830 files changed

+338
-1752
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
<p align="center">
24
<p align="center">
35
<a href="https://bigcapital.app" target="_blank">
@@ -34,6 +36,9 @@
3436
</p>
3537
</p>
3638

39+
> We are currently in the process of migrating all server-side API endpoints to NestJS to establish a more solid architecture. Some endpoints in development mode may be temporarily do not work during this stabilization phase. However, this migration doesn't affect the production Docker images, which remain on the latest stable version.
40+
41+
3742
# What's Bigcapital?
3843

3944
Bigcapital is a smart and open-source accounting and inventory software, Bigcapital keeps all business finances in right place and automates accounting processes to give the business powerful and intelligent financial statements and reports to help in making decisions.

packages/server-nest/.eslintrc.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

packages/server-nest/.gitignore

Lines changed: 0 additions & 56 deletions
This file was deleted.

packages/server-nest/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/server-nest/package.json

Lines changed: 0 additions & 151 deletions
This file was deleted.

packages/server-nest/src/database/migrations/20220329121920_add_seed_at_column_to_accounts.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/server-nest/src/database/migrations/20220429121920_create_projects_table.ts

Lines changed: 0 additions & 93 deletions
This file was deleted.

packages/server-nest/src/database/migrations/20220429121922_add_project_id_to_expense_lines.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/server-nest/src/database/seeds/core/20190423085242_seed_accounts.ts

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)