cezarykluczynski / personal_library

Learning project. Django and React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A learning project to familiarize myself with Python and React.

##Requirements Here is the setup used for develop. It would probably work with other versions too, but it was not tested.

  • Python 3.5
  • Django 1.8.6
  • psycopg2 (from here)
  • PostgresSQL 9.4

##Installation

pip install django pip install djangorestframework

Create PostgreSQL user:

createuser personal_library
createdb -O personal_library personal_library

Migrate database schemas:

python manage.py migrate

Install npm dependencies:

cd personal_library_app/static && npm install

Start application:

python manage.py runserver 8686

Then navigate to main page

About

Learning project. Django and React.


Languages

Language:Python 61.1%Language:JavaScript 31.2%Language:HTML 7.7%Language:CSS 0.0%