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.
ReactJS
with TypeScriptApolloClient
for Client side GraphQLGraphQL Codegen
for 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-express
is used as graphql provide with express as a middlewareTypeORM
for all the SQLite database entities and database operations in generalTypeGraphQL
helps to use GraphQL in typescript more easily.