An open API service indexing awesome lists of open source software.

https://github.com/theognis1002/aws-certifications-study-guide

www.aws-certifications.com
https://github.com/theognis1002/aws-certifications-study-guide

django docker-compose html-css-javascript postgresql pytest

Last synced: 2 months ago
JSON representation

www.aws-certifications.com

Awesome Lists containing this project

README

          

# AWS Certification Study Guide

### Current Unavailable: https://www.aws-certifications.com/

- Internal tool to create quizzes to study for AWS certifications. Not satisfied with available online study materials for this certification, I decided to create this website to allow me to study and gain knowledge at a rapid pace. Questions are dynamic with randomization and different formats which prevent strict memorization.

Additional quizzes and study materials will be added in the future.

## Study Materials

1. AWS Cloud Practitioner Flash Cards
1. AWS Cloud Practitioner Service Quiz
1. AWS Cloud Practitioner Multiple Choice Quiz
1. AWS Cloud Practitioner Practice Exam

## Coming Soon...

1. AWS Certified Developer Flash Cards
1. AWS Certified Developer Service Quiz
1. AWS Certified Developer Multiple Choice Quiz
1. AWS Certified Developer Practice Exam
1. AWS Solutions Architect Associate Flash Cards
1. AWS Solutions Architect Associate Service Quiz
1. AWS Solutions Architect Associate Multiple Choice Quiz
1. AWS Solutions Architect Associate Practice Exam

## Technologies Used

1. Django
1. PostgreSQL
1. Nginx
1. uWSGI
1. Uncomplicated Firewall (ufw)
1. DigitalOcean

## Setup

1. `virtualenv venv`
1. `source venv/bin/activate`
1. `pip install -r requirements.txt`
1. `python manage.py migrate`
1. `python manage.py createsuperuser`
1. `python manage.py runserver`

## TODO

1. add initial seed data
1. dockerize app