Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 579 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 579 Bytes

FanChastic

Cutisey is an Shopping website for women dresses made using Django

Alt Text

Checkout the app here

Running the Application

To start using the application on your local device do following.

  • Clone the repository

  • Inside the cloned directory, run the following commands:

    pip3 install -r req.txt

    To install all the project's dependencies.

  • Run

    python3 manage.py runserver

    To start the server