Open marketplace application for buying and selling items with digital cash.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
Go to file
lalanza808 af9d03ac19 simplification of env.example and trip readme 5 years ago
bids add return address for bids in case a sale proceeds 5 years ago
bin dockerizing the remaining components, prepping for stage deployment 5 years ago
core add robots txt 5 years ago
items include platform fee in bid list so it's clearly shown before sale 5 years ago
sales complete sale workflow and views 5 years ago
web complete sale workflow and views 5 years ago
xmrauctions switching mail services to mailgun 5 years ago
.dockerignore dockerizing the remaining components, prepping for stage deployment 5 years ago
.env.example simplification of env.example and trip readme 5 years ago
.gitignore init 5 years ago
Dockerfile-monero dockerizing the remaining components, prepping for stage deployment 5 years ago
Dockerfile-xmrauctions dockerizing the remaining components, prepping for stage deployment 5 years ago
LICENSE adding license 5 years ago
Makefile remove monero image from make build 5 years ago
README.md simplification of env.example and trip readme 5 years ago
docker-compose.deploy.yaml removing migrations from docker-compose and using make command, add db dependency 5 years ago
docker-compose.yaml init 5 years ago
manage.py init 5 years ago
requirements.txt include qrcode package for qr generation on sale 5 years ago

README.md

xmrauctions

This is a somewhat simple little Django, CRUD app. It's fairly minimal auction house where you can post items you possess and exchange them with your fellow humans from anywhere around the world.

This app is in an alpha stage and is not polished enough to transact real money. Once we make progress on some of the to-do items we will proceed to that.

Dev

You first need secrets. Copy the example one and fill in your details. You'll need to provide your own node and wallet RPC endpoints or public ones. The Makefile provided should be enough for general use. Review that file to see what's happening under the hood.

cp env.example .env
vim .env
make build
make up
make dev

Go-Live Checklist

In no particular order, nice to haves, and should likely haves:

  • Bad bot spam prevention (fail2ban)
  • DDoS mitigation
  • Secrets in SSM with env setting
  • Email spam prevention
  • Cloudtrail configured all regions
  • Web server access logs syncing to S3
  • Log rotate on access logs
  • Security ELK dashboard
  • Malicious Image upload abuse prevention
  • SES metric alarms
  • Budget alarms
  • Unit Tests
  • DB backups
  • Dockerize wallet to run on other instance