alephmelo / requester

A web application that allows users to create feature requests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requester

A web application that allows users to create feature requests.

Instructions

Requirements

  • Linux/MacOS
  • Git
  • Python 3+ / Pip
  • Django 1.8+

Installation

Open your terminal and clone the repository from here:

$ git clone git@github.com:alephmelo/requester.git
$ cd requester
$ pip install -r requirements.txt # if you're not in a virtuaelenv, you might need run with sudo.

Create Database

Once you have the requirements installed, we can run the application.

$ python manage.py migrate

This tells Django to run migrations and create our database.

Run the server

$ python manage.py runserver
Performing system checks...

System check identified no issues (0 silenced).
February 24, 2016 - 15:24:45
Django version 1.9.2, using settings 'requester.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

Using it

Local

Just head to http://127.0.0.1:8000/ and see the application running.

Cloud (Heroku Server)

If you want to save time and use it right now head to (https://limitless-cove-82744.herokuapp.com/) and voilĂ .

To-do

  • User model
  • User forms

About

A web application that allows users to create feature requests.


Languages

Language:Python 55.9%Language:CSS 22.4%Language:HTML 21.7%