Cutisey is an Shopping website for women dresses made using Django
Checkout the app here
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