mac-madison / solar-system-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solar System API

Here is a minimal setup for a Flask API.

Github Setup

  1. One person should fork this repo
  2. Then, add all group members as collaborators to this forked repo
  3. All group members should clone this new, forked, group repo

Tips

  • Don't forget to work in a virtual environment
  • Put endpoints in app/routes.py
  • Add configuration, such as registering blueprints or configuring databases, in app/__init__.py
  • Commit and push often

Guidelines for Pair-Programming

  • The driver is the person who is at the keyboard and mouse
  • The navigator is the person who is thinking out loud, actively collaborating with the driver about the next step, and helping guide the development
  • Trade-off driver and navigator roles often
  • Take time to make sure you're on the same page

Submission Requirements

The requirements for Solar System API are described in the Activites in Learn.

The activities required for submission are outlined by Learn topic below:

Part 1

  • Building an API - Part 1 (required)

Part 2

  • Building an API - Part 2 (required)
  • Update and Delete (required)
  • More Flask Queries (required)
  • Testing our APIs (optional)

About


Languages

Language:Python 94.4%Language:Mako 5.6%