Skip to content

SterlingSunshine/solar-system-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Guidelines for Stand Up

  • Prepare your updates
  • Describe:
    • What you did since the last update
    • What you plan to do today
  • Feel free to be brief

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%