A monorepo for Google Cloud Study Jams.
Backend is made using AWS Lambda (serverless function), DynamoDB, and API Gateway. Frontend is built with React.
Into CTFs? I have hidden three flags in the live website.
PS: Please don't judge me. The APIs were initially for my own use, it became an internal tool for GDSC LPU after a while, but eventually I was asked to make it public.
I will probably rewrite the entire thing before next year's event.
- To create an API key, from the Navigation menu go to APIs & Services > Credentials in the Cloud Console.
- Click Create Credentials and select API key.
- Copy the API key, we are gonna need it in the next step
Run the corresponsing script from /scripts
curl https://raw.githubusercontent.com/Ba3a-G/automate-gcsj/main/scripts/genai/challenge_lab.sh | sh -s <API_KEY>
Important
Replace <API_KEY> with your own!
- Feel free to create a PR!
- Docs improvements are accepted too.
- And no, this repo is not Hacktoberfest accepted.