Skip to content

Aaishpra/FanChastic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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