Giter Site home page Giter Site logo

giorgiocarta / aws-flashcards Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 79 KB

Simple django website providing a collection of flashcards to practice for the aws associate certification exam.

License: MIT License

Dockerfile 0.59% Makefile 1.31% Python 55.92% CSS 6.14% HTML 34.26% TSQL 1.78%
aws flashcard-application

aws-flashcards's Introduction

This is WIP Repo

Done:

  1. Generic AWS Cards questions
  2. S3 cards (almost done)

To do:

  1. Ec2
  2. etc.
  3. etc.

AWS Flashcards

Simple django website providing a collection of flashcards to practice for the aws associate certification exam.

You can add more flashcard by adding to the json files located into the resources folder.

Enjoy.

Installation

git clone [email protected]:donedeal-giorgio/aws-flashcards.git
cd  cd aws-falshcards
# create virtual env
python3 -m venv .venv

# activate it
source ./.venv/bin/python

# install requirements
pip install -e .

Start the app with

Only the first time:

python manage.py migrate
python manage.py loaddata ./resources/cloud.json
python manage.py loaddata ./resources/s3.json
python manage.py loaddata ./resources/ec2.json
etc.

Start the app with:

python manage.py runserver

Open the browser at http://0.0.0.0:8080

Run with docker

docker-compose up --build 

env file example

To run with the a local sqllite database, set DB_SETUP equals to local, and that's the only env variable required.

When running using docker-compose, you'll need the following env variables can use the following settings

DEBUG=
DB_SETUP=postgres
POSTGRES_PASSWORD=django_password
POSTGRES_USER=django_user
POSTGRES_DB=django_cards
POSTGRES_HOST=db
ALLOW_IP_RANGE=0.0.0.0/0

aws-flashcards's People

Contributors

giorgiocarta avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.