WIP basic typescript Todo API
Makes use of Node / Express and Mongo / Mongoose
Create a config.ts file inside the src folder and add a mongo connection string
npm i to install dependencies
npm start to get going
npm run build will build the js :)