An online portal 👨💻 where shopkeepers can sell plants, keep records of sale 📑 and many more add ons 😉.
A buyer 👨💼 can see different shops details, and buy the plants from them online.
Visit now HerbWorld 🥰
Steps to Follow :
If virtualenv is not installed :
$ pip install virtualenv
Create a virtual environment
$ virtualenv [venv_name]
Activate the environment everytime you open the project
$ cd venv_name
$ source bin/activate
Clone repo inside env
$ git clone repo_link
$ cd HerbWorld
Install requirements
$ pip install -r requirements.txt
$ python manage.py runserver
All set 😎