Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 719 Bytes

File metadata and controls

27 lines (23 loc) · 719 Bytes

Vegefoods

This is example of an online shopping site created with Django framework 🐱‍👤

Installation

  1. Clone this repository

    https://github.com/MaxPayne5100/Shop-web-application.git
  2. Install the required packages from pip

    pip install -r requirements.txt
  3. Create .env file in the project's root and define following variables inside

    • SECRET_KEY
    • SOCIAL_AUTH_FACEBOOK_KEY
    • SOCIAL_AUTH_FACEBOOK_SECRET
    • SOCIAL_AUTH_GOOGLE_OAUTH2_KEY
    • SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET
  4. Now you can run the development server

    python manage.py runserver_plus <address:port> --cert <filename>

Authors

Created by Mykhailo Bordun