mgodkowicz / TrelloLikeApp

API for project management application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrelloLikeApp

API for work organization tool

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes

Prerequisites

Python >= 3.6
pip > 8.1.1
dj-database-url==0.4.2
Django==2.0.1
django-cors-headers==2.1.0
djangorestframework==3.7.7
djangorestframework-jwt==1.11.0
gunicorn==19.7.1
Pillow==5.0.0
psycopg2==2.7.3.2
PyJWT==1.5.3
pytz==2017.3
whitenoise==3.3.1

Installing

After installing Python and pip just call:

pip install -r requirements.txt

to start dev server simply:

python manage.py runserver

Running the tests

python manage.py test

About

API for project management application


Languages

Language:Python 85.3%Language:API Blueprint 14.7%