An open API service indexing awesome lists of open source software.

https://github.com/kalthommusa/activity7-using-flask


https://github.com/kalthommusa/activity7-using-flask

Last synced: 4 months ago
JSON representation

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