shopping_back is a the backend of https://github.com/Amit-Goldblatt/shopping_front.
the website is hosted at http://shoppingamit.herokuapp.com/.
- Django
- Django Rest Framework
- django-cors-headers
Clone the repository and run pip install -r requirements.txt
to install the dependencies.
run python manage.py runserver
to run the website localy.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D