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

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

Todo API backend using NestJS and Cloud Functions for Firebase
https://github.com/puku0x/todo-api

cloud-functions firebase firestore nestjs typescript

Last synced: 6 months ago
JSON representation

Todo API backend using NestJS and Cloud Functions for Firebase

Awesome Lists containing this project

README

          

# todo-api

Todo API backend using NestJS and Cloud Functions for Firebase

## Install

```
cd server
npm ci
```

## Build

```
cd server
npm run build
firebase serve --only functions
```

## Deploy

```
firebase deploy --only functions
```