Skip to content

E-commerce website made to sell physical goods, tracking & payment processing with user auth + client dashboard.

Notifications You must be signed in to change notification settings

kobito-kun/Pronto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pronto Project

A full stack web application made for the purpose of e-commerce selling a virtual good or physical good.

Live Preview My Website

Technologies Used

Frontend

  • HTML5
  • CSS3
  • JavaScript
  • JQuery
  • TailwindCSS

Backend

  • Python
  • WSGI
  • Django
  • Sqlite

Setup

To run this project locally, you'll need some prerequisites programs.

After cloning this repository & have the required programs installed. Open a command prompt on the folder and run:

pip3 install -r requirements.txt

Refers to requirements.txt to install the required packages / libraries for this project to be able to run.

After all the above is done. Run

python3 manage.py runserver

Which will start a local http server at http://127.0.0.1:8000/. Done! You have this project running locally on your network!

SQL Schema

SQL Schema

Example Images

Main Page Main Page

Dashboard Page Dashboard

Order page Order

About

E-commerce website made to sell physical goods, tracking & payment processing with user auth + client dashboard.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published