Skip to content

gregakinman/address-book-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

address-book-tutorial

HOW TO RUN: install Flask, MySQL, MySQLdb clone repo cd to /app run "python app.py" open "127.0.0.1:5000" in browser

Super Duper Ultra Basic Introduction to Web Dev

MAKE YOUR PULL REQUEST NOW

CHECKPOINT 8 - Final Touches -use bootstrap to make things prettier -remove hard coded table rows -change API to be RESTful

CHECKPOINT 7 - Linking Ends -rewrite JS to fit with backend -GET, ADD, and DELETE functions -rewrite addResults for both GET and ADD

CHECKPOINT 6 - Flask -learn how API endpoints work --set up routers -learn about JSON -change link/script paths in html -get app up and running via Flask

CHECKPOINT 5 - Python -communicate with DB -create three functions --GET, ADD, DELETE -test SQL communication

CHECKPOINT 4 - SQL -create database -create root user -create table/schema -create columns -add and test insertion

MAKE YOUR PULL REQUEST NOW

CHECKPOINT 3 - JavaScript -get familiar with jQuery -add rows to table when button is clicked -delete row when link is clicked

CHECKPOINT 2 - CSS -add margins -left align table headers -widen columns

CHECKPOINT 1 - HTML -make form -make table -wrap in divs -hard code some rows

CHECKPOINT 0 - project structure -create .gitignore -create directory structure

\app \static \img \css \js .gitignore README.md

About

Super Duper Ultra Basic Introduction to Web Dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published