Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.
/ ud-activity-w7 Public archive

An activity related to Full Stack Nanodegree with Udacity.

Notifications You must be signed in to change notification settings

mhalsubhi/ud-activity-w7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Startups

This is an activity related to Full Stack Nanodegree with Udacity.

Purpose of this project:

  • Understand Flask and it's method

what Startups does:

  • Listing startups names
  • List the founders for each startup
  • Add a new founder and show a flash message
  • Edit a founder and show a flash message
  • Delete a founder and show a flash message

Startups Setup:

  • create the database: python startup_setup.py
  • seed it: python seeder.py
  • create: startup-flask.py

requirements:

  • List all startups in the root route
  • By clicking on a startup name, opens up a page with that startup details: name and founders
  • In the detailed page, we can add a founder, edit a founder or delete a founder
  • Show a flash message when new founder is added, when a founder's info is updated, when a founder is deleted

About

An activity related to Full Stack Nanodegree with Udacity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published