Skip to content

FourDivs/HerbWorld

Repository files navigation

HerbWorld 🌱

HerbWorld 🌱

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 🥰

Want to Setup Project Locally ? 🧐

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 😎

Releases

No releases published

Packages

No packages published