Git Product home page Git Product logo

ma-laxmi's Introduction

Ma Laxmi

Ecommerce build using Django - Model View Template.

  • This project was build for a client as part of internship.
  • Code base is made open source
  • Using Django inbuilt functionality many features are implemented
  • Include payment gateway

๐Ÿ›  Technologies

Client: Django, HTML, CSS, JSON, Javascript

Server: Django, Railway Hosting

Screenshots

Home page

App Screenshot

Product view

App Screenshot

Payment page

App Screenshot

Run Locally

To deploy this project run

Setup python virtual environment

https://docs.python.org/3/library/venv.html

Activate environment

source env/bin/activate

Install requirements

pip3 install -r requirements.txt

Before running make changes in settings.py

provide credential inside in order to make it functional

To run on local host

python3 manage.py runserver

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

Generate secret online using csrf key generator

SECRET_KEY

Set host to 'smtp.gmail.com'

EMAIL_HOST

Set port to '587'

EMAIL_PORT

Provide email address inorder to run email functionality

EMAIL_HOST_USER

Password for the same

EMAIL_HOST_PASSWORD

Set it to 'True'

EMAIL_USE_TLS

Demo

https://ma-laxmi.up.railway.app/

Features

  • Multiple Admin
  • Paypal & Cod payment gateway
  • Email verification while registration
  • Responsive for mobile web view
  • Bill receipt is generated for every order

ma-laxmi's People

Contributors

mihirkohli avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.