Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 917 Bytes

File metadata and controls

24 lines (16 loc) · 917 Bytes

Diollo

An all-in-one online shopping website

Why Diollo?

Diollo is desgned to be an all-in-one website wherein, multiple options for buying, selling and renting things are provided. This website is especialy relevant for hostel students, as they can use it to lend/sell their possesions to other students. This website will include the features like adding to cart, selling and renting with the additional option of renting your possesions for a period of time.

Techology Stack

  • React Libraries
  • Bootstrap libraries
  • Django

How to Set-up

In order to run this website locally, install npm using the command line :

sudo apt-get install npm

Then move to the repository folder and enter the command,

npm start

THis starts the server and runs the app in the development mode. Following the command, open http://localhost:3000 to view it in the browser.