tmu-edct-tool / backend

MIT License
6 stars 2 forks source link

Initial Project Structure #7

Closed kmoberg closed 2 years ago

kmoberg commented 2 years ago

🎉 Initial project structure, using NodeJS, Express and Typescript. I'm not good at any of these things, soooo go ahead. Roast me.

kmoberg commented 2 years ago

For reference - this is a very barebones skeleton. At this time it's just a super basic structure with some dummy routes to "posts". It's just sample URLs pointing to a jsonplaceholder tool which returns loremipsum text as JSON objects making it much easier to test.

This can legitimately be replaced in a few minutes with proper responses and use VATSIM data instead.