Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 578 Bytes

File metadata and controls

32 lines (22 loc) · 578 Bytes

Node API

Requirements

  • Node 12.9+ (older versions are not supported)
  • Typescript

How to run locally

  • If you need to customize your environment variables, copy .env.example to .env, then edit it.
  • Then, install dependencies and run project, using:
npm i
npm run dev

Note that in dev, application is automatically hot reloaded when changes are detected.

How to run a production version

npm run build
npm run start

Additional information

Api documentations and demonstration

http://localhost:3001/api-docs/?docExpansion=none