TeppieC / Shanbay_Clone

A simple clone of the famous English words memorizing app Shanbay, based on Python and Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shanbay_Clone

A simple clone of the famous English words memorizing app Shanbay, based on Python and Django.

Installation

  1. Git clone the project foldergit clone https://github.com/cheng10/Shanbay_Clone.git; cd Shanbay_Clone

  2. Install the required packagespip install -r requirements.txt

  3. Initialize the databasepython manage.py migrate

  4. Populate the database with test datapython populate.py

  5. Run the development serverpython manage.py runserver

  6. Go to localhost:8000 in you web browser

Contributor / Licensing

Generally everything is LICENSE'D under GNU GENERAL PUBLIC LICENSE Version 3 by Cheng Chen.

Reference

  1. Official Django Documentation https://docs.djangoproject.com/en/1.8/

  2. Tango with Django http://www.tangowithdjango.com/

About

A simple clone of the famous English words memorizing app Shanbay, based on Python and Django.

License:GNU General Public License v3.0


Languages

Language:Python 49.2%Language:HTML 29.6%Language:JavaScript 19.8%Language:CSS 1.4%