GithubHelp home page GithubHelp logo

gametime-backend's Introduction

gametime

overview

all of the server is contained within the app folder. the flask server is created and configured in app/__init__.py. app/config.py contains the environment variables and other configuration options for prod, dev, and testing. .env contains the actual environment variables that are imported into the config file and is not included in version control. the api folder contains blueprints of each the api functionalities. the db folder contains helper functions for all of the interaction with the database.

members

dev setup

  1. clone the repo
  2. download the python extension for vs code
  3. create python virtual environment and activate
  4. pip install -r requirements.txt
  5. create .env in app and follow the outline below
  6. set FLASK_APP=app and FLASK_ENV=dev outside of .env
  7. use flask run to run the app

.env outline

TWILIO_KEY=
DB_URL=
DB_NAME=
DB_USERNAME=
DB_PASSWORD=

gametime-backend's People

Contributors

hubermjonathan avatar jrixie avatar raytruong avatar

Stargazers

Trevor Hill avatar

Watchers

James Cloos avatar  avatar

gametime-backend's Issues

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.