StrataLink / ScribeAI

A full-stack web notes application leveraging speech-to-text and generative summary AI to help students take notes in lectures.
MIT License
5 stars 2 forks source link

refactorization of server to javascript #6

Closed TSherpa10 closed 1 year ago

TSherpa10 commented 1 year ago

urgency level: 5/5

todo: by end of the day assigned: TSherpa10

The backend is currently in Typescript, which is hard to implement with Express and Node.js. We need to revamp this to make it easier for type declaration.

Pros: Easier to write code, easier to reference legacy (Sone) code, easier to interact with code (familiarity) Cons: error handling, library compatibility

todo: link to mongodb again.

Vote: 4/4 in favor.

TSherpa10 commented 1 year ago

Done, did this during RCOS 10/17/23.