Just a simple REST API project structure returning fake data.
Made with Swagger, Express, TypeScript, and Nodemon. Swagger to define the endpoints, Express to auto route the endpoints to a file structure (/src/handlers), and Nodemon for hot reload
# build swagger
npm run swagger-pack
# build project
npm run build
# start project with hot reload
npm run start