Ecommerce Backend
Ecommerce API to handle some transactional things like (Customer, Shipping, Product and Order) using graphql + django
Following these instructions will make this project running in your local machine development.
- Python3
- Docker
- docker-compose
- Postgres [psycopg](http://initd.org/psycopg/docs/install.html)
1- cd ecommerce-backend
2- python3 -m venv env
3- source env/bin/activate
4- pip install -r requirements.txt
python manage.py test