All Projects → Canner → cms30

Canner / cms30

Licence: other
🙌 #CMS30 | Free 30 CMS templates

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to cms30

cannercms
⚡️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
Stars: ✭ 2,452 (+10560.87%)
Mutual labels:  prisma, firestore, canner, firebase-cms, prisma-cms
Canner
⚡️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
Stars: ✭ 2,472 (+10647.83%)
Mutual labels:  prisma, firestore, canner, firebase-cms, prisma-cms
boilerplate
Boilerplate for @prisma-cms
Stars: ✭ 22 (-4.35%)
Mutual labels:  prisma, prisma-cms
pod 1.0.2 kaal
Kaal is a productivity suite with beautiful CLI and a Discord Bot.
Stars: ✭ 15 (-34.78%)
Mutual labels:  firestore
firestore-explorer
A web based explorer for cloud firestore and emulator
Stars: ✭ 34 (+47.83%)
Mutual labels:  firestore
prisma-ecommerce
No description or website provided.
Stars: ✭ 44 (+91.3%)
Mutual labels:  prisma
serverless-rest-api
Building RESTful Web APIs with Firebase Cloud Function, Firestore, Express and TypeScript
Stars: ✭ 103 (+347.83%)
Mutual labels:  firestore
flutter firestore ref
Cross-platform(including web) Firestore type-safe wrapper.
Stars: ✭ 72 (+213.04%)
Mutual labels:  firestore
squanchy-flutter
Flutter implementation of the Squanchy conference app
Stars: ✭ 56 (+143.48%)
Mutual labels:  firestore
react-crud-firestore
A Reactjs CRUD using Firebaes FIrestore as a Database
Stars: ✭ 48 (+108.7%)
Mutual labels:  firestore
miracle-basketball
miracle-basketball.firebaseapp.com/
Stars: ✭ 29 (+26.09%)
Mutual labels:  firestore
nest-next-sample
NestJS + Next.js sample application / Backend and Frontend use only TypeScript!!!
Stars: ✭ 110 (+378.26%)
Mutual labels:  prisma
danestves.com
✨ My portfolio built with Remix, Tailwind, Prisma, and Fly.io.
Stars: ✭ 9 (-60.87%)
Mutual labels:  prisma
prisma-pg-jest
Example showcasing how to use Prisma + Postgres + Jest, where each test has its own unique DB context
Stars: ✭ 103 (+347.83%)
Mutual labels:  prisma
whatsapp-clone-react
Build a WhatsApp Clone with React JS and FireBase.
Stars: ✭ 38 (+65.22%)
Mutual labels:  firestore
bunjil
A GraphQL bastion server with schema merging, authentication and authorization with Policy Based Access Control
Stars: ✭ 25 (+8.7%)
Mutual labels:  prisma
React-Netflix-Clone
A Fully Responsive clone of Netflix website built using React.JS as a Front-end & Firebase as a Back-end.
Stars: ✭ 91 (+295.65%)
Mutual labels:  firestore
fullstack-graphql-app
An opinionated fullstack GraphQL monorepo boilerplate using pnpm, Turborepo, Prisma, GraphQL Yoga 2, Fastify, Nextjs, urql, and React
Stars: ✭ 90 (+291.3%)
Mutual labels:  prisma
firestore-to-bigquery-export
NPM package for copying and converting Cloud Firestore data to BigQuery.
Stars: ✭ 26 (+13.04%)
Mutual labels:  firestore
react-native-instagram-clone
Instagram Clone (light version) — Graphql + React (ios, android, web)
Stars: ✭ 29 (+26.09%)
Mutual labels:  prisma

#CMS30

Join the community on Spectrum

Learn more about #CMS30 please visit https://cms30.canner.io

Instuctions

You can host your own CMS of each demo by following the instructions below.

Development

Serveing and preview in your local machine.

  1. Install Canner CLI glablly.
    $ npm i -g @canner/cli
  2. Enter the folder you want to develop.
    cd [project directory]
  3. Serve the CMS in local
    canner script:serve
  4. Edit the schemas!

Production

You can learn more here to connect to different data sources.

  1. Enter the folder you want to deploy
    cd [project directory]
  2. Initialize canner project
    canner init
  3. Add the credentials in env.default of canner.cloud.js.
  4. Deploy it.
    canner script:deploy`
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].