This is a Boilderplate to start REST-API development in Typescript, NodeJS and Express.
- It handles all the routes by its own, you just need to set up the path where your routes are.
- clone this repository
- execute
npm installcommand
- create a
yamlfile in the/config/directory (name it as you wish) - set the directory/directories where your routes are/will be saved ####routes.yml
routes: /routes- just create a file in the directory set up for routes
- write your logic
- start node app