Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.07 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.07 KB

About

A board where all the organizers have access to the details of the hackers, organizers and mentors.

Frontend

Notice

Frontend is not complete.

Directories

Kofta is the directory for the frontend part.

GraphQL is for all the mutations and queries schemas.

Stacks

  • ReactJS with TypeScript
  • ApolloClient for Client side GraphQL
  • GraphQL Codegen for creating client side frontend GraphQL classes.

Backend

Directories

src is for all the backend code.

index.ts is the root file and the lambda function is there.

Stacks

  • apollo-server-express is used as graphql provide with express as a middleware
  • TypeORM for all the SQLite database entities and database operations in general
  • TypeGraphQL helps to use GraphQL in typescript more easily.