Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

Backend business logic for IS212 Software project management for Singapore Management University

Notifications You must be signed in to change notification settings

BingHuang-Chin/IS212-LMS-Back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IS212-LMS-Back

Setting up environment

This repository requires you to have docker and hasura-cli installed.
You can proceed to this link to get your environment up and running with this link.

Running development server

As we have disabled the defautl console for hasura to allow migrations. We require a change of strategy to run the backend to opt-in for migrations whenever we change the schemas or permissions. This is so that we can track the changes without this git repository itself.

Running the application

Access the hasura-migrations folder

# Access the migrations foler
cd hasura-migrations

# Use hasura-cli to enable migrations auto-magically
hasura console

About

Backend business logic for IS212 Software project management for Singapore Management University

Resources

Stars

Watchers

Forks

Packages

No packages published