Skip to content

ace540i/proj1.api2025

Repository files navigation

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 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages