Code Monkey home page Code Monkey logo

2021-flask-debug's Introduction

Flask Debug Project

Explanation

This project is meant to hone your skills in debugging inside of a Flask/Python application. This repository is riddled with errors, and you are expected to pinpoint and correct them without assistance from an instructor. The name of the game is to have a fully functional application when finished.

Continue to run your application and solve the errors as you go. If you receieve a new error, that's (usually) good! Move onto the next.

Your instructor(s) will be available for hints before the weekend, but you should use them as a last resort (you have Google, StackOverflow, and any other online references at your disposal here).

Getting Started

  • fork from this repository
  • find the remote address for your copied repository and copy it
  • open a terminal/CMD and git clone your copied address
  • change into your newly created directory
  • create a new virtualenv and activate said environment
  • pip install -r requirements.txt to download dependencies
  • create a db in PGAdmin and add any necessary variables in a .env file
  • run your flask db commands (init, migrate, upgrade) to create table(s) that store application data

From there..

Let the error-handling begin!

2021-flask-debug's People

Contributors

nwelter1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.