Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pct-org/mongo-models
- Owner: pct-org
- License: mit
- Archived: true
- Created: 2019-09-12T17:23:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T16:03:23.000Z (almost 4 years ago)
- Last Synced: 2024-09-24T18:02:11.948Z (about 1 month ago)
- Topics: graphql, mongo, mongo-models, mongoosejs, pct, typescript
- Language: TypeScript
- Homepage: https://github.com/pct-org/getting-started
- Size: 398 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Project moved to [popcorn-env](https://github.com/pct-org/popcorn-env)
Mongo Models---
## 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