https://github.com/kalthommusa/activity7-using-flask
https://github.com/kalthommusa/activity7-using-flask
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kalthommusa/activity7-using-flask
- Owner: kalthommusa
- Created: 2018-11-29T01:55:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T02:02:33.000Z (almost 7 years ago)
- Last Synced: 2025-03-10T17:55:56.247Z (7 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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