Skip to main content
Version: Previous

Server modules

import QuickCard from '@site/src/components/Card'; import { Grid } from '@mui/material'

Welcome to our reference documentation on the server. Here you can find information on all aspects of defining your server.

Basics

Before you start doing anything clever, there are some useful basics that will give you an understanding of the way the Genesis database works.

Modules

A lot of your focus will be on the modules that you define for your application. You can find reference information on all these. Here are some highlights.

Integration

Look at all the different ways of getting information into and out of the system so you can integrate with other systems. Here are just two.

Tools and APIs