/api-basic

A basic API written in Typescript along with some tests for learning.

Primary LanguageTypeScript

Basic API

This is a boilerplate for an Express based API written in Typescript. Simply clone this repository and run.

npm install

You can use nodemon or ts-node to run a development server. Install them globally first:

npm install -g nodemon ts-node typescript

Then, run:

nodemon