A Marketplace for buy sell new and old products!
Live link: nBuySell
If you'd like to check as a user. Here is credential:
User: john
password: password4john
$ git clone https://github.com/Bappy4u/nBuysell.git
$ cd nBuySell
if you have pipenv
installed in your machine
$ pipenv install
It will install a virtual environment for you and will install all the dependencies
- Select that environment as your python interpreter
Once you select and run virtual environment that you just installed :
- To migrate all the settings command this in the terminal
(nBuySell) $ python manage.py migrate
- Finally
(nBuySell) $ python manage.py runserver
And navigate to http://127.0.0.1:8000/
- To check the admin pannel create a super user
(nBuySell) $ python manage.py createsuperuser