A board where all the organizers have access to the details of the hackers, organizers and mentors.
Frontend is not complete.
Kofta is the directory for the frontend part.
GraphQL is for all the mutations and queries schemas.
ReactJSwith TypeScriptApolloClientfor Client side GraphQLGraphQL Codegenfor creating client side frontend GraphQL classes.
src is for all the backend code.
index.ts is the root file and the lambda function is there.
apollo-server-expressis used as graphql provide with express as a middlewareTypeORMfor all the SQLite database entities and database operations in generalTypeGraphQLhelps to use GraphQL in typescript more easily.