Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reactive-stack-js/reactive-stack-js-rest-backend-fastify
reactive-stack-js rest backend with fastify
https://github.com/reactive-stack-js/reactive-stack-js-rest-backend-fastify
backend fastify observable observer-pattern reactive-stack reactive-stack-js reactivex rest rxjs typescript
Last synced: 13 days ago
JSON representation
reactive-stack-js rest backend with fastify
- Host: GitHub
- URL: https://github.com/reactive-stack-js/reactive-stack-js-rest-backend-fastify
- Owner: reactive-stack-js
- License: unlicense
- Created: 2020-10-04T09:47:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-30T13:28:33.000Z (over 3 years ago)
- Last Synced: 2024-11-12T11:39:06.173Z (2 months ago)
- Topics: backend, fastify, observable, observer-pattern, reactive-stack, reactive-stack-js, reactivex, rest, rxjs, typescript
- Language: JavaScript
- Homepage: https://reactive-stack-js.github.io/reactive-stack-js-rest-backend-fastify/
- Size: 408 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![reactive-stack-js](https://avatars0.githubusercontent.com/u/72337471?s=75)
## ReactiveStack backend with fastify
See [reactive-stack-js](https://github.com/reactive-stack-js) for more info.
### env file
Make sure to add ```.env.local``` file with following content populated:
```properties
PORT = 3003
MONGODB_URI = 'mongodb://localhost:27017/reactivestackjs'JWT_SECRET = '...'
FB_APP_ID = '...'
FB_APP_SECRET = '...'GG_APP_ID = '...'
GG_APP_SECRET = '...'
```