/KolaySiparis

KolaySiparis is a open-source, strong level, scalable, fast, responsive online [food ordering] web application which is built by Django, a free and open source web application framework, written in Python v2.0.

Primary LanguageJavaScript

alt tag

Welcome HACKER!

KolaySiparis is a open-source, strong level, scalable, fast, responsive online [food ordering] web application which is built by Django, a free and open source web application framework, written in Python v2.0, which follows the model–view–controller (MVC) architectural pattern.It is maintained by the Django Software Foundation (DSF), an independent organization.

TEAM MEMBERS

  • @osmancicek
  • @ozgemeva
  • @yilmazalican
  • @alimert

KolaySiparis uses;

  • Python v2.7.10
  • MySQL v5.6.27
  • pip v7.1.2
  • Virtual environment v13.11.12
  • Django v1.9
  • wheel v0.24.0
  • Bootstrap v3.3.4

Version

1.0.1

Installation

  • You need to create a database for the project on your localhost, edit as yours; /KolaySiparis/settings.py
DATABASES = {
    'default': {
    #it connects localhost serves by default
        'ENGINE': 'django.db.backends.mysql',
        'NAME':'yourdbname',
        'USER': 'yourusername',
        'PASSWORD': 'yourpassword',
    }
}
$ brew install python
  • Cloning the Repo into local machine
$ git clone git@github.com:yilmazalican/KolaySiparis.git
$ cd KolaySiparis
  • Install virtual environment
$ pip install virtualenv
  • Activate the virtualenv
$ source bin/activate
  • Install the requirement django packages
 $ pip install -r requirements.txt
  • Sync the database
 $ python manage.py syncdb
  • Migrate the db
 $ python manage.py makemigrations
  • Run the local server
 $ python manage.py runserver

Development

Want to contribute? Great!

KolaySparis uses Git for fast developing. So What are you waiting for ? GO, Fork the Repo!

License

KolaySiparis uses MIT Licence. We are open source and stand forever.