Snakecode is a minimalistic and quirky website for learning how to program. If features numerous exercises formats and a profile system to store the user's progress.
- a minimalistic design.
- a built-in code editor with autocomplete.
- interactive exercises.
A file apps/snakecode-cdk/.env
should be created with the following content.
GOOGLE_CLIENT_ID=[YOUR GOOGLE CLIENT ID]
GOOGLE_CLIENT_SECRET=[YOUR GOOGLE CLIENT SECRET]
FACEBOOK_CLIENT_ID=[YOUR FACEBOOK CLIENT ID]
FACEBOOK_CLIENT_SECRET=[YOUR FACEBOOK CLIENT SECRET]
To get these values, create an OAuth 2.0 Client ID in your Google Developer Console.