This is an example the API written with Alado.js framework
-
Clone this repo.
-
Install dependencies
cd alado-api-example;
npm i;- Build API
npm run build;- Run tests
npm run test;- Run API
npm start;- Open API (swagger) is available at http://localhost:3000/