Skip to content

Commit

Permalink
Merge pull request #830 from idurar/dev
Browse files Browse the repository at this point in the history
Release 3.0.0
  • Loading branch information
salahlalami authored Dec 10, 2023
2 parents e685240 + 2762df9 commit 3cec141
Show file tree
Hide file tree
Showing 525 changed files with 58,055 additions and 31,997 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

9 changes: 4 additions & 5 deletions backend/.env
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'
2 changes: 0 additions & 2 deletions backend/.gitignore
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

*.pdf
79 changes: 0 additions & 79 deletions backend/app.js

This file was deleted.

10 changes: 0 additions & 10 deletions backend/controllers/appControllers/clientController/index.js

This file was deleted.

60 changes: 0 additions & 60 deletions backend/controllers/appControllers/clientController/remove.js

This file was deleted.

110 changes: 0 additions & 110 deletions backend/controllers/appControllers/clientController/summary.js

This file was deleted.

2 changes: 0 additions & 2 deletions backend/controllers/appControllers/employeeController.js

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions backend/controllers/appControllers/expenseController.js

This file was deleted.

2 changes: 0 additions & 2 deletions backend/controllers/appControllers/inventoryController.js

This file was deleted.

96 changes: 0 additions & 96 deletions backend/controllers/appControllers/invoiceController/create.js

This file was deleted.

Loading

0 comments on commit 3cec141

Please sign in to comment.