Build a simple API with your groups that can perform CRUD Operations on a Dictionary in another file
- Must use Flask with proper routing to display and recieve information
- Must be able to perform CRUD Operations
- this includes get one and get all
# Add the following code to your .zshrc or .bashrc | |
# to auto activate python virtual environments | |
function cd() { | |
builtin cd "$@" | |
if [[ -z "$VIRTUAL_ENV" ]] ; then | |
if [[ -d ./venv ]] ; then | |
echo ":: Activating virtual environment" | |
source ./venv/bin/activate |
highlight Normal ctermbg=none | |
highlight NonText ctermbg=none | |
map <f5> <Esc>:w<CR>:!clear;python3 -i %<CR> | |
map <f6> <Esc>:w<CR>:!clear;python3 %<CR> | |
map <leader>c :noh<CR> | |
set nu! rnu! | |
set noshowmode |
# https://github.com/gpakosz/.tmux | |
# (‑●‑●)> dual licensed under the WTFPL v2 license and the MIT license, | |
# without any warranty. | |
# Copyright 2012— Gregory Pakosz (@gpakosz). | |
# -- navigation ---------------------------------------------------------------- | |
# if you're running tmux within iTerm2 | |
# - and tmux is 1.9 or 1.9a |