SE701-T5 / Backend

Heroku deployed Node.js backend server developed by Team-5 for the UniForum project associated with the University of Auckland SOFTENG 701 course
https://uni-forum.herokuapp.com/
MIT License
2 stars 18 forks source link

Convert to Typescript #90

Closed j-chad closed 2 years ago

j-chad commented 2 years ago

*Is your feature request related to a problem? Please describe.** Lack of typing support means that less bugs will be caught and issues will be slower to resolve. We should make the effort to add typings.

Describe the solution you'd like Convert the existing codebase to typescript with minimal changes to existing code.

Checklist: