Giter Site home page Giter Site logo

atechchatterjee / ecommerce Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 21.08 MB

This is a full eCommerce solution which aims at providing customers with a platform to sell and manage their products.

Python 11.03% Shell 0.03% CSS 19.56% JavaScript 19.24% TypeScript 50.08% Dockerfile 0.05%
docker docker-compose react django djangorestframework nextjs

ecommerce's Introduction

About

This is a customised eCommerce application to cater to the needs of the steel and fabrication industry. This is would allow vendors to easily manage and sell their products and accept payments from their clients. It significantly reduces the friction of maintaining and managing a business.

Getting started

Prerequisites

You should have docker and docker-compose installed on your local machine.

Git clone the repository.

git clone https://github.com/Atechchatterjee/ecommerce.git

Running the front-end server

It uses React as the front-end library and uses Next-js for Static Site Generation (SSG)

cd ./frontend
sudo docker-compose build
sudo docker-compose up

Running the back-end server

It runs a Django back-end and the PostgreSQL database in two separate docker containers. For the production build it uses the uWSGI server.

cd ./backend
sudo docker-compose build
sudo docker-compose up

To run the production version specify your own docker-compose file or use the given docker-compose-deploy.yml

sudo docker-compose -f ./name-of-your-docker-compose-file build
sudo docker-compose -f ./name-of-your-docker-compose-file up

Technologies Used

  • React js
  • Next js
  • Django
  • Postgresql
  • Docker & Docker-Compose

TODOs

  • Implement authentication. (Both user and admin)
  • Ability to add, modify and delete products.
  • Build out the shop to show items in the inventory.
  • Ability to add, modify and display categories.
  • Ability to add GST for individual product.
  • Ability to add Specifications for each product.
  • Ability to add multiple images per product.
  • Ability to add custom units for each product.
  • Ability to add a range of prices (varying based on quantity).
  • Use Kafka/Rabbit MQ to handle checkout and shipping query.
  • Reflect all orders and shipping queries in admin panel.
  • Integrate a payment gateway (Razorpay).

ecommerce's People

Contributors

atechchatterjee avatar dependabot[bot] avatar

Watchers

James Cloos avatar  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.