Skip to content

databikers/alado-api-example

Repository files navigation

This is an example the API written with Alado.js framework

  1. Clone this repo.

  2. Install dependencies

cd alado-api-example;
npm i;
  1. Build API
npm run build;
  1. Run tests
npm run test;
  1. Run API
npm start;
  1. Open API (swagger) is available at http://localhost:3000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published