Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vishakh-abhayan authored Nov 19, 2024
1 parent 522f8d6 commit 9900b50
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# omr_backend
# omr_backend

```
├── README.md
├── ecosystem.config.js
├── package-lock.json
├── package.json
└── src
├── app.js
├── config
│   └── config.js
├── models
│   └── ResumeSession.js
├── routes
│   └── websocket.js
└── utils
└── templates.js
6 directories, 9 files
```

0 comments on commit 9900b50

Please sign in to comment.