Skip to content

i-jared/whatado-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whatado-server

api server for the Whatado app.

all the database queries happen in the resolvers. TypeOrm is the library we use to interact with the PostgreSQL database. Graphql passes the parameters to the resolver functions. Models are defined in src/entities. TypeOrm has decorators on the entities that describe relationships between tables and datatypes of the columns.

About

Backend for the whatado app

Resources

Stars

Watchers

Forks

Packages

No packages published