RyanRussell00 / personal-dj

Personal DJ site that creates playlists given custom inputs. View it live at: http://personaldj.net/
http://personaldj.net/
MIT License
25 stars 12 forks source link

Change api to Typescript #47

Open RyanRussell00 opened 3 years ago

RyanRussell00 commented 3 years ago

The front-end is set up in Typescript and uses models to help reduce errors and issues. The api is still running in Node.JS in Javascript and should be adapted over to Typescript to ensure consistency across both ui and api.