ts-rest-api

Rest API implementation using typescript

Start Dev

To run development, run the following command

  npm run dev

Run Locally

Clone the project

  git clone git@github.com:Rafli-Dewanto/ts-rest-api.git

Go to the project directory

  cd ts-rest-api

Install dependencies

  npm install

Start the server

  npm run start