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
- 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
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
- git clone https://github.com/meeovi/AlternateFramework
- cd Alternate Framework
- npm install
- npm run all
Alternate Framework will be at: http://localhost:8000
- git clone https://github.com/meeovi/AlternateFramework
- cd Alternate Framework
- npm install
- prisma db pull
- npm run all
- npm run alternate-update
Alternate Framework will be at: http://localhost:8000
Alternate Framework Graphiql Playground will be at: http://localhost:4000/graphql
Alternate Framework API Documentation is located at: http://localhost:4000/swagger
More installation and deployment details are located at https://docs.Alternatecms.com