-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #830 from idurar/dev
Release 3.0.0
- Loading branch information
Showing
525 changed files
with
58,055 additions
and
31,997 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
#DATABASE = "mongodb+srv://your_mongodb_server_database_url" | ||
#RESEND_API = "your_resend_api_key" | ||
JWT_SECRET= "thiscanbechangedlater123654789" | ||
KEY= "asdasda" | ||
NODE_ENV = "developement" | ||
SECRET = "asdasdasd" | ||
#RESEND_API = "your resend_api" | ||
#OPENAI_API_KEY = "your open_ai api key" | ||
JWT_SECRET= "your_private_jwt_secret_key" | ||
NODE_ENV = "production" | ||
OPENSSL_CONF='/dev/null' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
node_modules/ | ||
frontend/node_modules/ | ||
*.zip | ||
.DS_Store | ||
.idea | ||
notes.md | ||
|
||
.env.local | ||
|
||
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
backend/controllers/appControllers/clientController/index.js
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
backend/controllers/appControllers/clientController/remove.js
This file was deleted.
Oops, something went wrong.
110 changes: 0 additions & 110 deletions
110
backend/controllers/appControllers/clientController/summary.js
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
backend/controllers/appControllers/expenseCategoryController.js
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
96 changes: 0 additions & 96 deletions
96
backend/controllers/appControllers/invoiceController/create.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.