Skip to content

RevolveCMS Backend is a lightweight solution that provides robust backend support for our CMS. Built with GraphQL and Golang, it delivers efficient data management and seamless communication with the frontend. This backend architecture ensures reliable performance and scalability.

Notifications You must be signed in to change notification settings

Revolutionize-org/RevolveCMS-backend

Repository files navigation

Backend


Start container

docker compose up --build

Backend

The service run on port 3000 on the endpoint /graphql

Run migration

docker build -t migrator ./migrator

source .env

docker run --network host migrator -path=/migrations/ -database "$POSTGRES_URL" up

How to add a user

Everything is done in migrator/query/index.js

You can add your own user, an admin is created by default.

run : node migrator/query/index.js

ALL CREDIENTIALS ARE IN .env

About

RevolveCMS Backend is a lightweight solution that provides robust backend support for our CMS. Built with GraphQL and Golang, it delivers efficient data management and seamless communication with the frontend. This backend architecture ensures reliable performance and scalability.

Topics

Resources

Stars

Watchers

Forks