Bitcoin Forum

Bitcoin => Project Development => Topic started by: inbitcoiner on May 10, 2018, 05:47:11 PM



Title: A full-featured e-commerce website based on Django accepting Bitcoins
Post by: inbitcoiner on May 10, 2018, 05:47:11 PM
Hi guys! I decided to open source my e-commerce website code.  You can

  • use a hosting provider of your choice
  • pay no fees (except maybe for hosting)
  • have greater flexibility
  • accept bitcoins
  • blog
  • more...
without further ado, here's the GitHub repo link - https://github.com/davit-gh/ecommerce (https://github.com/davit-gh/ecommerce)
Enjoy!


Title: Re: A full-featured e-commerce website based on Django accepting Bitcoins
Post by: solarion on May 10, 2018, 06:30:27 PM
Hi guys! I decided to open source my e-commerce website code.  You can

  • use a hosting provider of your choice
  • pay no fees (except maybe for hosting)
  • have greater flexibility
  • accept bitcoins
  • blog
  • more...
without further ado, here's the GitHub repo link - https://github.com/davit-gh/ecommerce (https://github.com/davit-gh/ecommerce)
Enjoy!

Hey mate, if possible please move this thread to project development section. There you can get the people looking for open source code for their site. I just before found one guy looking for the payment acceptance option from one exchange to another.
You may find the some other people who is looking same like that.

Bottom of the thread you can find the link to move the thread. Please do it mate.


Title: Re: A full-featured e-commerce website based on Django accepting Bitcoins
Post by: inbitcoiner on May 11, 2018, 10:20:33 AM
Done, mate!


Title: Re: A full-featured e-commerce website based on Django accepting Bitcoins
Post by: Awesomus Maximus on May 11, 2018, 10:24:55 AM
  • use a hosting provider of your choice

If I get it right, not so many hosting providers can host a Django application. Can you recommend a few to choose from?


Title: Re: A full-featured e-commerce website based on Django accepting Bitcoins
Post by: quote17 on May 12, 2018, 03:06:49 AM

E-commerce first saw it is very busy and many of you have been playing with it, I find this interesting.


Title: Re: A full-featured e-commerce website based on Django accepting Bitcoins
Post by: inbitcoiner on May 12, 2018, 06:28:49 AM
  • use a hosting provider of your choice

If I get it right, not so many hosting providers can host a Django application. Can you recommend a few to choose from?
Honestly I don't have much experience with hosting providers, only with DO. Any provider that gives SSH access with admin account will do.


Title: Re: A full-featured e-commerce website based on Django accepting Bitcoins
Post by: Awesomus Maximus on May 12, 2018, 10:49:15 AM
DO meaning Digital Ocean, I guess. I've been hosting some of my sites with them. Haven't tried installing a python app though.


Title: Re: A full-featured e-commerce website based on Django accepting Bitcoins
Post by: inbitcoiner on May 13, 2018, 01:47:09 PM
Yes, DO means DigitalOcean. The deployment part is fairly automated with Fabric. I've made a post on that here https://bitcoineria.com/blog/deployment/ (https://bitcoineria.com/blog/deployment/)