Skip to content

onipiing/maya-service

Repository files navigation

Maya

Set up backend environments

  1. Install dependencies Install modules defined in go.mod
go mod download
  1. Create database
go run scripts/gqlgen.go init

if you start new project, run the following command before the upper one.

rm graph/schema.resolvers.go && gqlgen generate
  1. Install air if you want hot reloading you can use hot reoloading with air.

Set up frontend environments

Go to the fronend folder and run the following commands.

npm install
npm run start

About

Saas platform for k8s CRE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published