Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 = '...'
```