SkillAgentSearch skills...

Frisky

🍿 Open Source GraphQL API for Online Shows

Install / Use

/learn @prabhuomkar/Frisky

README

<h1> <img src="https://prabhuomkar.github.io/frisky/assets/favicons/android-icon-48x48.png" align="center"> frisky </h1> Open Source GraphQL API for Online Shows <center><img src="https://prabhuomkar.github.io/frisky/assets/others/illustration.png" width="75%"></center>

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.

View on GitHub
GitHub Stars165
CategoryDevelopment
Updated1mo ago
Forks11

Languages

JavaScript

Security Score

100/100

Audited on Feb 13, 2026

No findings