Categorygithub.com/Revolutionize-org/RevolveCMS-backend
module
0.0.0-20240619151508-955273d43850
Repository: https://github.com/revolutionize-org/revolvecms-backend.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author