This application is used to sell flowers online. It has both user and admin side. Admin side we have complete product and user management feature.
requirements
- DJANGO(A framework in python)
- CASSANDRA
create virtualenv
>install all dependencies in requirement.txt
py manage.py runserver
Above command helps to run server.