Skip to content

sgcarstrends/api

Repository files navigation

SGCarsTrends API

Quality Gate Status

Overview

SGCarsTrends API provides data and insights about car trends in Singapore.

Getting Started

Prerequisites

  • Node.js
  • pnpm

Installation

  1. Clone the repository
  2. Install dependencies
    pnpm install
  3. Run the application
    pnpm dev

Development

  • Run tests

     pnpm test
  • Lint code

     pnpm biome lint
  • Typecheck

     pnpm typecheck
  • Deploy

     pnpm deploy
  • Remove deployment

     pnpm remove
  • Open SST Console

     pnpm console

License

This project is licensed under the MIT License - see the LICENSE.md file for details.