Skip to content

Commit

Permalink
create file structure
Browse files Browse the repository at this point in the history
relates #4
  • Loading branch information
bayan2002 committed Oct 11, 2022
1 parent b9b9ac7 commit 05acb89
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 0 deletions.
Empty file added .example.env
Empty file.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.env
Empty file added Client/.gitKeep
Empty file.
Empty file added Server/app.ts
Empty file.
Empty file added Server/config/index.ts
Empty file.
Empty file added Server/controllers/index.ts
Empty file.
Empty file added Server/database/index.ts
Empty file.
Empty file added Server/helpers/index.ts
Empty file.
Empty file added Server/index.ts
Empty file.
Empty file added Server/interfaces/index.ts
Empty file.
Empty file added Server/middleware/index.ts
Empty file.
Empty file added Server/models/index.ts
Empty file.
Empty file added Server/routes/index.ts
Empty file.
Empty file added Server/validation/index.ts
Empty file.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "bms",
"version": "1.0.0",
"description": "- Building owners and managers face hardships to manage users' services, their payment schedules, and their history manually. That would cause huge problems like wasting some time and effort. Managers encounter these problems to track the users' histories, and all of these operations are done with paperwork that is not durable.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CA-G12/BMS.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CA-G12/BMS/issues"
},
"homepage": "https://github.com/CA-G12/BMS#readme"
}

0 comments on commit 05acb89

Please sign in to comment.