https://github.com/tupizz/nest-social-media
Nest orchestrator for social media requests (fb, insta, twitter) using cache strategy (on memory at this first trial)
https://github.com/tupizz/nest-social-media
controllers javascript nestjs services typescript
Last synced: 2 months ago
JSON representation
Nest orchestrator for social media requests (fb, insta, twitter) using cache strategy (on memory at this first trial)
- Host: GitHub
- URL: https://github.com/tupizz/nest-social-media
- Owner: tupizz
- Created: 2021-08-20T20:31:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-21T22:41:08.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T14:47:24.755Z (4 months ago)
- Topics: controllers, javascript, nestjs, services, typescript
- Language: TypeScript
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```