Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pct-org/mongo-models

MongoDB models and GraphQL object types of PCT environment
https://github.com/pct-org/mongo-models

graphql mongo mongo-models mongoosejs pct typescript

Last synced: about 1 month ago
JSON representation

MongoDB models and GraphQL object types of PCT environment

Awesome Lists containing this project

README

        

# Project moved to [popcorn-env](https://github.com/pct-org/popcorn-env)


logo


Mongo Models



Gitter








PRs Welcome

---

## Projects

Popcorn Time consists of several projects, each doing it's own part.

| Project | Description |
| ---------------------------- | -------------------------------------------------------- |
| [`@pct-org/getting-started`] | Explains how to get started with this setup |
| [`@pct-org/graphql-api`] | Serves the data to the clients from the MongoDB database |
| [`@pct-org/scraper`] | Scrapes everything and saves it to MongoDB database |
| [`@pct-org/mongo-models`] | Models used for MongoDB and GraphQL object types |
| [`@pct-org/native-app`] | React Native App |
| [`@pct-org/updater`] | Updater that automatically updates the projects |

## Installation

```bash
$ yarn install
$ yarn build
```

## Contributing:

Please see the [contributing guide].

## Issues

File a bug against [pct-org/getting-started prefixed with \[mongo-models\]](https://github.com/pct-org/getting-started/issues/new?title=[mongo-models]%20).

## [License](./LICENSE)

This project is [MIT licensed](./LICENSE).

[contributing guide]: ./CONTRIBUTING.md
[`@pct-org/graphql-api`]: https://github.com/pct-org/graphql-api
[`@pct-org/getting-started`]: https://github.com/pct-org/getting-started
[`@pct-org/mongo-models`]: https://github.com/pct-org/mongo-models
[`@pct-org/native-app`]: https://github.com/pct-org/native-app
[`@pct-org/scraper`]: https://github.com/pct-org/scraper
[`@pct-org/updater`]: https://github.com/pct-org/updater