this post was submitted on 01 Jul 2025
1 points (100.0% liked)

Self-Hosted Alternatives to Popular Services

222 readers
2 users here now

A place to share, discuss, discover, assist with, gain assistance for, and critique self-hosted alternatives to our favorite web apps, web...

founded 2 years ago
MODERATORS
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/AdUnhappy5308 on 2025-07-01 16:09:58+00:00.


Hi everyone,

I've been working on 3 side projects over the past few months mainly to improve the code, write better documentation and enhance backend unit tests and code coverage. After some hard work, I reached 100% code coverage on the first one and 96% on the two other ones.

  1. First project with 100% code coverage (car rental): https://github.com/aelassas/bookcars
  2. Second project (property rental): https://github.com/aelassas/movinin
  3. Third one (single vendor marketplace): https://github.com/aelassas/wexcommerce

All three can be self-hosted on a server or VPS with or without Docker.

All three are MIT-licensed and open to contributions. The license is permissive. This means that you have lots of permission and few restrictions. You have permission to use the code, to modify it, to publish it, make something with it, use it in commercial products and sell it, etc.

What took me a lot of time and hard work was unit testing payment gateways. All three projects come with Stripe and PayPal payment gateways integration. You can choose which one you want to use depending on your business location or business model during installtion/configuration step. Everything is documented in GitHub wiki for each project.

I'm working on the two other ones to reach 100% code coverage as well.

Any feedback welcome.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here