All Projects → prabhuomkar → Frisky

prabhuomkar / Frisky

Licence: apache-2.0
🍿 Open Source GraphQL API for Online Shows

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Frisky

Boilerplate Vue Apollo Graphql Mongodb
Start your magical stack journey!
Stars: ✭ 85 (-47.2%)
Mutual labels:  graphql, mongoose, mongodb, express
Blog Service
blog service @nestjs
Stars: ✭ 188 (+16.77%)
Mutual labels:  graphql, mongoose, mongodb, express
Next Graphql Blog
🖊 A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
Stars: ✭ 152 (-5.59%)
Mutual labels:  graphql, mongoose, mongodb, express
Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: ✭ 288 (+78.88%)
Mutual labels:  graphql, mongoose, mongodb, express
Intro To Graphql
[Course] Introduction to GraphQL
Stars: ✭ 175 (+8.7%)
Mutual labels:  graphql, mongoose, mongodb, express
Nest Angular
NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript
Stars: ✭ 307 (+90.68%)
Mutual labels:  graphql, mongoose, mongodb, express
Node Express Mongo Api
Starter project for a REST API with Node.js, Express & MongoDB 🔋
Stars: ✭ 148 (-8.07%)
Mutual labels:  mongoose, mongodb, express
Nightcat
个人博客,技术栈:NodeJS + Express + mongoose + GraphQL + Vue 全家桶
Stars: ✭ 97 (-39.75%)
Mutual labels:  graphql, mongoose, express
Node Easy Notes App
A simple Note-Taking app built using Node.js, Express and Mongoose
Stars: ✭ 148 (-8.07%)
Mutual labels:  mongoose, mongodb, express
Graphql Nodejs Hapi Api
How to set-up a powerful API with Nodejs, GraphQL, MongoDB, Hapi, and Swagger
Stars: ✭ 116 (-27.95%)
Mutual labels:  graphql, mongoose, mongodb
Cheatsheets
JavaScript and Node.js cheatsheets
Stars: ✭ 1,191 (+639.75%)
Mutual labels:  mongoose, mongodb, express
Express Rest Boilerplate
⌛️ Express starter for building RESTful APIs
Stars: ✭ 1,794 (+1014.29%)
Mutual labels:  mongoose, mongodb, express
Postgraphile
GraphQL is a new way of communicating with your server. It eliminates the problems of over- and under-fetching, incorporates strong data types, has built-in introspection, documentation and deprecation capabilities, and is implemented in many programming languages. This all leads to gloriously low-latency user experiences, better developer experiences, and much increased productivity. Because of all this, GraphQL is typically used as a replacement for (or companion to) RESTful API services.
Stars: ✭ 10,967 (+6711.8%)
Mutual labels:  graphql, graphql-api, express
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+683.23%)
Mutual labels:  mongoose, mongodb, express
Mern Boilerplate
Fullstack boilerplate with React, Redux, Express, Mongoose, Passport Local, JWT, Facebook and Google OAuth out of the box.
Stars: ✭ 112 (-30.43%)
Mutual labels:  mongoose, mongodb, express
Fullstack Shopping Cart
MERN stack shopping cart, written in TypeScript
Stars: ✭ 82 (-49.07%)
Mutual labels:  mongoose, mongodb, express
Questionnaire
📋 问卷系统
Stars: ✭ 128 (-20.5%)
Mutual labels:  mongoose, mongodb, express
Apollo2 Subscriptions How To
Apollo Server 2 how to setup subscriptions
Stars: ✭ 125 (-22.36%)
Mutual labels:  graphql, mongoose, mongodb
Nodejs Rest Api Project Structure Express
Nodejs project structure practices for building RESTful APIs using Express framework and MongoDB.
Stars: ✭ 134 (-16.77%)
Mutual labels:  mongoose, mongodb, express
Gindex V4
A Vue Js Based G Index with Improved Dark Mode, Search and Video Player
Stars: ✭ 143 (-11.18%)
Mutual labels:  netflix, mongoose, mongodb

frisky

Open Source GraphQL API for Online Shows

Technical Stack/Framework Used

Built With

Node.js Packages

Usage

Prequisites

Installation & Setup

  • Install the packages mentioned in package.json file for getting all dependencies of the project.
npm install --save
  • Getting the configuration ready
    Copy the .env.example file at the same location and save as .env
cp .env.example .env
  • Starting the application (after starting MongoDB's mongod)
npm start

Linting

  • Linting the code
npm run lint
  • Fixing the linting issues
npm run fix

Import Database

  • Import shows from sample data
mongoimport -d <database_name> -c shows seeds/shows.json
  • Import episodes from sample data
mongoimport -d <database_name> -c episodes seeds/episodes.json

API Reference

Check out docs for more information!

Contribute

Contributing Guide coming soon!

Issues

Issues are managed via GitHub Issues.

License

This project is licensed under the Apache License. See the LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].