https://github.com/amanrk28/retailr-backend
https://github.com/amanrk28/retailr-backend
django-rest-framework docker docker-compose ecommerce-application postgres
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amanrk28/retailr-backend
- Owner: amanrk28
- Created: 2021-09-26T08:56:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T17:22:49.000Z (about 2 years ago)
- Last Synced: 2025-01-17T01:39:18.232Z (over 1 year ago)
- Topics: django-rest-framework, docker, docker-compose, ecommerce-application, postgres
- Language: Python
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 
Retailr is made to help local shopkeepers expand their customer base to more than just a locality.
## Basic Scenario
Any local store owner can upload their products and its details on this platform and people can come here to purchase these products like an e-commerce app. After customer makes a puchase, we take care of payments, store pickup and doorstep delivery with minimal service charges based only on the profit gained by said store owner.
### Hosted on Heroku & [Netlify](https://retailr.netlify.app/)
## Tech Stack
- ReactJS
- Django (Rest Framework)
- Docker
- PostgreSQL
## Installation
Get the following tools installed on your local machine:
- [Docker](https://www.docker.com/get-started)
- [pgAdmin](https://www.pgadmin.org/)
## Database Setup
Build and start up db service:
```
make db
```
- Open pgAdmin4
- Right click on Servers => Create => Server...
- Give a name (eg.: local) and fill `localhost` in Host name under Connection tab
- Username: postgres
- Password: postgres
- Save
- Get a recent DB dump from maintainers and restore DB