https://github.com/surajv311/offc_assignment1
Assignment submission for work-related stuff.
https://github.com/surajv311/offc_assignment1
Last synced: 7 days ago
JSON representation
Assignment submission for work-related stuff.
- Host: GitHub
- URL: https://github.com/surajv311/offc_assignment1
- Owner: Surajv311
- Created: 2022-10-19T18:16:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T07:52:24.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T00:28:17.101Z (9 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# offc_Assignment1
- Assignment submission for work-related stuff.
- Folder structure:```
│ .env
│ .gitignore
│ package-lock.json
│ package.json
│ README.md
│ rest.rest
│ server.js
│
├───csvdata
│ data.csv
│
├───models
│ employee_db.js
│ org_db.js
│
├───public
│ index.html
│
└───routes
getOrganisation.js
postCsvData.js
postOrganisation.js```
------------------------