Skip to content

Meeovi/cute-frontend

Repository files navigation

This Application is in Alpha Release

Alternate Framework

A powerful, consistent, and flexible headless content management framework. Built using the Nuxtjs framework, Alternate Framework provides headless content management system capabilities for sites of all types.

https://app.netlify.com/start/deploy?repository=https://github.com/meeovi/AlternateFramework

Features include:

  • Alternate Framework supports MySQL, SQlite, Postgres, Supabase, SQL Server, CockroachDB
  • Extendible system that supports Nuxtjs, Vuejs modules, and Fastify extensions
  • Per page & entire system SEO
  • Graphql support & Rest Apis with Rest Documentation
  • Integrated reporting tools with Sentry integration
  • Easily deploy with Netlify
  • Enhanced Security with monthly updates
  • Designed with Bootstrap and Fontawesome
  • Multi-lingual support
  • Dashboard sneek peak with your data
  • Customer management features including creating & managing customers.
  • Flexible Media Manager with Visual Previews, expiration date, and comments (coming soon).
  • Filterable datatables with export functionality
  • PWA Support with push notifications, desktop notifications, and offline caching
  • Mobile, Desktop, and Docker support (coming soon)

and much more. Take a look at www.Alternate Framework.com

Prerequisites:

You will need:

Git = https://git-scm.com/

Nodejs = https://nodejs.org/en/

We recommend postgres as the database

rename .sample.env file to .env

Add your database type to DATABASE_PROVIDER, example is DATABASE_PROVIDER="postgresql" (" " are required)

Add your database credentials to DATABASE_URL, example is DATABASE_URL=postgresql://databaseusername:databasepassword@databasehost:5432/databasename

Steps to Install - 10 Minute Install

  1. git clone https://github.com/meeovi/AlternateFramework
  2. cd Alternate Framework
  3. npm install
  4. npm run all

Alternate Framework will be at: http://localhost:3001

Releases

No releases published

Packages

No packages published