Giter VIP home page Giter VIP logo

future-rockstars's Introduction

Future Rockstars

Development Progress

All development can be tracked on our public Trello board, which is located here.

Installation

Pre-requisites

Python 3.6.x - Python 3.6.x is required to work with this project, so please feel free to download the appropriate installer for your operating system. This will install Python and Pip, Python's package manager.

virtualenv/pyvenv - We use this to create virtual environments in which to develop Python applications. Doing this allows us to install packages only for the specific project we are working on instead of globally. This can be installed by running the following command in Command Prompt or a terminal:

  • pip install virtualenv

Now that those are both installed, we can move on to getting the application and environment setup

Application

First, we will want to clone this repository to our local machines. To do this, simply navigate to a directory that you store other projects in and run the following command in Command Prompt or a terminal:

Now, enter cd future-rockstars and then run the following commands to get a Python 3.6 environment configured to run the application in:

  • pyvenv-3.6 env

  • source env/bin/activate

Now, when you look at your Command Prompt or terminal and you should see (env) in the prompt. This means that the Python environment has been activated and you can begin installing dependencies for the project. For our purposes, all of our dependencies are stored in the requirements.txt file and can be installed by running the following:

  • pip install -r requirements.txt

You now have all of the application code, Python environment, and application package dependencies installed. To make sure that the application is working, run the following command:

  • python app.py

This will start the server and the application will be viewable at http://localhost:5000.

Contribution Guide

Coming soon...

future-rockstars's People

Contributors

thehouseplant 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.