ossdatabase

Source for ossdatabase.com

Stars
29
Forks
1
Open issues
13
Closed issues
6
Last commit
5 months ago
Watchers
29
Total releases
0
Total commits
630
Open PRs
9
Closed PRs
301
Repo URL
Platform
License
agpl-3.0
Category
Usecase
Offers premium version?
NO
Proprietary?
NO
About

ossdatabase ⚡️

This is the source for ossdatabase.com 🚀. OssDatabse is a database of open source software alternatives for proprietary software. The project is built using Ruby on Rails.

Features

  • Search for open-source projects
  • Submit open-source projects
  • View alternative open-source projects

Local development setup Requiremnts for local development

Install the dependencies for local development

Ruby 3.1.2
Node 16.15.0
Yarn 1.21.1
Redis
PostgreSQL
Clone code
git clone git@github.com:prithvi16/ossdatabase.git
cd ossdatabase
bundle install
yarn
Configure database
cp .env.example .env

Add your local postgresql username and password to .env

Setup the database

rails db:create
rails db:migrate
rails db:seed
Run server
gem install foreman
foreman start -f Procfile.dev
Runs specs
bundle exec rspec
Liscence

Alternative Projects
No projects found

Subscribe to Open Source Businees Newsletter

Twice a month we will interview people behind open source businesses. We will talk about how they are building a business on top of open source projects.

We'll never share your email with anyone else.