e-Shop API is an online shopping cart application. It's very easy to use and I hope you enjoy it!
Click here to open Heroku ---> e-Shop API
Follow the instructions and enjoy API!
First clone this repository with following instruction:
git clone "this repository"
Then you need to build containers with the following command:
docker-compose up --build
docker exec -it eshop_db bash
su postgres
psql
CREATE DATABASE eshop;
CREATE USER eshop_admin WITH PASSWORD 'admin';
GRANT ALL PRIVILEGES ON DATABASE eshop TO eshop_admin;
docker-compose run --rm eshop python manage.py migrate
docker-compose run --rm eshop python manage.py createsuperuser
docker-compose up
- Python - is an interpreted high-level general-purpose programming language.
- Postman - s an API platform for building and using APIs
- Django - The web framework used
- Django Rest Framework - toolkit for building Web APIs used
- PostgreSQL - PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.
- Docker - Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers.
- Click Here to open the project's Postman collections
- Erzhan Muratov
- Карина (My Mentor)
- Адиль Дуйшеналиев
- Медет Мусаев
- Имамидинов Агахан