Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yeukfei02/singapore-carpark-api

singapore-carpark-api
https://github.com/yeukfei02/singapore-carpark-api

bun car-parking serverless singapore typescript vercel

Last synced: about 2 months ago
JSON representation

singapore-carpark-api

Awesome Lists containing this project

README

        

# singapore-carpark-api

singapore-carpark-api

documentation:

api url:

## Requirement

- install bun
- install node (v18+)
- install vercel cli

## Testing and run

```zsh
// test api in local
$ vercel dev

// deploy to vercel
$ vercel deploy

// deploy to vercel (production)
$ vercel deploy --prod

// lint code
$ bun run lint

// format code
$ bun run format
```