osm-rvb/api-express
dancingCycle e8616d852d feat(api-express): initial commit 2023-06-06 07:31:57 +02:00
..
src feat(api-express): initial commit 2023-06-06 07:31:57 +02:00
.gitignore feat(api-express): initial commit 2023-06-06 07:31:57 +02:00
index.js feat(api-express): initial commit 2023-06-06 07:31:57 +02:00
package-lock.json feat(api-express): initial commit 2023-06-06 07:31:57 +02:00
package.json feat(api-express): initial commit 2023-06-06 07:31:57 +02:00
readme.md feat(api-express): initial commit 2023-06-06 07:31:57 +02:00

readme.md

init

mkdir ~/git && cd ~/git
git clone -b main <repository>
cd <repository>/api
npm i

dev

DEBUG=debug,config npm run dev

prod

npm run start

test

http://<host>:<port>/bus-stops-count