FourDivs / HerbWorld

An Online Portal To Connect Nursery and Customer With each other.

Home Page:http://herbworld.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 😎

About

An Online Portal To Connect Nursery and Customer With each other.

http://herbworld.pythonanywhere.com/


Languages

Language:HTML 72.3%Language:Python 27.7%