Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

rkoba0718/Ellecto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

218 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ellecto

Overview

Ellecto is a tool designed to support both software developers and users in the selection of open-source software (OSS). It offers a robust search system based on OSS functionalities, enabling users to access detailed information about development languages, licenses, dependencies, development history, and similar projects, among others.

Refer to the documentation for instructions on use..

Functions

Search

スクリーンショット 2025-03-12 18 01 20

You can search for software using five detailed options.

Search Results

スクリーンショット 2025-03-12 18 01 34

The search results provide an overview of the basic features of the software you are looking for.

Project Details

スクリーンショット 2025-01-17 9 58 56

In the project detail screen, you can view various information about the software.

How to Set Up the Local Environment

Creating the .env File

To run Ellecto in a local environment, set the following variables in the .env file.

.env

Variable Name Value
DB_USER root
DB_PASSWORD YOUR_DB_PASSWORD

visualize-tool/.env

Variable Name Value
DB_URL YOUR_MONGODB_URL
DB_NAME YOUR_DB_NAME
PROJECT_COLLECTION_NAME YOUR_PROJECT_DATA_COLLECTION_NAME
SIMILARITY_COLLECTION_NAME YOUR_SIMILARITY_DATA_COLLECTION_NAME
GITHUB_TOKEN YOUR_GITHUB_API_TOKEN

Starting the Server

Run the following commands:

docker-compose build
docker-compose up -d

About

software selection support web app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors