Skip to content

milanoid/udacity-cs253

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udacity-cs253

CS253 Web Development revamp

Problem Set 1 - Hello World

A very simple Hello, Udacity! app.

  • Tag name: Homework1
  • path: /

Yak shaving

  1. install Ubuntu version of Google Cloud SKD
  2. initialize Google Cloud: sudo gcloud --project=milanoid-cs253 init
  3. test run the app locally: gunicorn main:app --reload
  4. deploy the app to Google Cloud: sudo gcloud app deploy

Problem Set 2 - Rot13

Encode text using Rot13 substitution cipher.

  • Tag name: Rot13
  • path /rot13

Problem Set 2 - User signup

Signup form with user input validation. Invalid user input renders the form with error messages. Valid input redirects to /welcome page with greetings.

  • Tag name: UserSignup
  • path /signup