Skip to content

aravinthraj98/Flower_Boutique

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DJANGO-CASSANDRA PROJECT

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

  1. DJANGO(A framework in python)
  2. CASSANDRA

HOW TO RUN

create virtualenv


>install all dependencies in requirement.txt
py manage.py runserver

Above command helps to run server.