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
- Host: GitHub
- URL: https://github.com/puku0x/todo-api
- Owner: puku0x
- License: mit
- Created: 2018-07-26T08:54:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T03:18:53.000Z (over 3 years ago)
- Last Synced: 2025-02-01T22:15:11.829Z (over 1 year ago)
- Topics: cloud-functions, firebase, firestore, nestjs, typescript
- Language: TypeScript
- Homepage: https://us-central1-todo-api-f1511.cloudfunctions.net/api/todos
- Size: 324 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```