imrajdas / litmus-portal

Contains the frontend and backend for Litmus portal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Contains the frontend and backend for Litmus portal


Languages

Language:CSS 84.2%Language:JavaScript 13.6%Language:Go 1.6%Language:HTML 0.3%Language:Dockerfile 0.2%Language:Shell 0.0%