Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create file structure #34

Merged
merged 3 commits into from
Oct 11, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}