GithubHelp home page GithubHelp logo

feature-requests-app's Introduction

Feature Requests

Build Status

This project is a simple web app that tracks requests to add or change features of a software application.

Requirements

  • Python 3.4+
  • pyvenv or venv module (included with Python 3.3+) or virtualenv
  • nodejs
  • npm
  • Linux or Mac OS X

Setup

Getting the source

First, clone this project to your machine. For example, open a command line and do:

$ cd /my/projects/dir/
$ git clone https://github.com/wkevina/feature-requests-app
$ cd feature-requests-app

Environment

Great, now we need to set up our environment to run Feature Requests. It is recommend to install dependencies and run inside a Python virtual environment.

To make a virtual environment, do one of the following:

  1. If you have pyvenv available, try:

     $ pyvenv env
    
  2. If you get a command not found error, try:

     $ python3 -m venv env
    
  3. If you prefer to use virtualenv, try:

     $ virtualenv --python=python3 env
    

Finally, to activate this environment, do:

$ source env/bin/activate

That works for both bash and zsh. If you're using fish or csh, there is activate.fish and activate.csh, respectively.

Dependencies

Assuming your virtual environment is active, from the project root directory (i.e. feature-requests-app), do:

$ pip install -r requirements.txt
$ npm install

pip and npm will pull down everything the app needs.

Initialization

We need to set up the database real quick before we can start running anything.

$ python manage.py migrate
$ python manage.py loaddata initial.json

Running

Okay, we can finally run the thing. Just do:

$ python manage.py runserver

And that's it. Open http://localhost:8000 in your favorite browser to see Feature Requests in action!

feature-requests-app's People

Contributors

wkevina avatar

Watchers

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