alifa98 / online-store

Internet Engineering Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is an implementation of an online shop using Angular 11 as front-end and Django as back-end technology.

The project is a single-page app with an admin panel.

Features:

  • Adding products
  • Buying products
  • Hero header which is a slide show
  • filtering based on price, sales amount and etc.
  • sorting by product properites
  • pagination
  • credit and amount controlling.
  • receipts in order to trace orders.
  • specifying number of product items per page (easy to add, a select which updates ProductFiltering in Product Load Service)

You can clone the repository and explore more by running angular & Django server.

ng serve --proxy-config proxy.conf.json

About

Internet Engineering Course


Languages

Language:TypeScript 44.1%Language:Python 23.4%Language:HTML 17.6%Language:CSS 13.1%Language:JavaScript 1.8%