Skip to content

Latest commit

 

History

History
89 lines (63 loc) · 1.73 KB

README.md

File metadata and controls

89 lines (63 loc) · 1.73 KB

Nanz-Store

An online shopping site allows consumers to purchase goods and services from a seller directly through their browser or a mobile application over the Internet. Nanz-Store is a website where users can shop and browse clothes in various categories online. This Repository is the pure Backend of the store with seperate login of user and seperate login of admin and integration of the Braintree payment gateway.

Tech Used

  • Django_REST_Framework
  • Django
  • Python

Run Locally

  • Fork the repository, and clone the repository!

Clone project

git clone https://github.com/nandinichhajed/Nanz-Store.git

Get project forlder

cd Nanz-Store

Install virtual Environment

pip install pipenv 

Create virtual Environment

pipenv shell

Activate virtual Environment

It will use the pre created pip file and if the file is not found it will create the new one

pipenv shell

Install dependencies

pipenv install

Migrate

python manage.py makemigrations
python manage.py migrate

Create super user

python manage.py createsuperuser

Run server

python manage.py runserver

( * Running on http://127.0.0.1:8000/)

Feedback

Give a ⭐️ if this project helped you!

These samples may be updated from time to time so you might want to get updates using git pull. Also if there are bugs, you are welcome to submit a Pull Request on github.Either Reach out to me on LinkedIn.

Author

Nandini Chhajed
Email: nandinichhajed08@gmail.com

========Thank You !!!=========