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

https://github.com/thecodearcher/todo-api


https://github.com/thecodearcher/todo-api

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Todo-api

## Quick Start

Get started developing...

```shell
# install deps
npm install

# run in development mode
npm run watch

```

---

## Install Dependencies

Install all package dependencies (one time operation)

```shell
npm install
```

## Run It
#### Run in *development* mode:
Runs the application is development mode. Should not be used in production

```shell
npm run watch
```

#### Run in *production* mode:

Compiles the application and starts it in production mode.

```shell
npm run compile
npm start
```

## Try It
* Open you're browser to [http://localhost:3000](http://localhost:3000)
* Invoke the `/` endpoint
```shell
curl http://localhost:3000/
```

#### Debug with VSCode

Add these [contents](https://github.com/thecodearcher/node-typescript/blob/master/.vscode/launch.json) to your `.vscode/launch.json` file