Skip to content

MaxPayne5100/Shop-web-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

LNU Web Development course second task

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published