Git Product home page Git Product logo

melika1395 / gitcoin-checker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fatemeh5414784/gitcoin-checker

0.0 0.0 0.0 2.33 MB

Leveraging the Gitcoin Indexer, this tool simplifies the process for round managers to select projects for inclusion. By defining specific evaluation criteria, managers can utilize ChatGPT for automated project assessments and scoring.

Shell 0.18% JavaScript 0.87% PHP 33.79% TypeScript 5.37% CSS 0.45% Makefile 0.03% Vue 36.08% Blade 4.60% Dockerfile 1.34% Less 8.59% SCSS 8.70%

gitcoin-checker's Introduction

Checker

Leveraging the Gitcoin Indexer, this tool simplifies the process for round managers to select projects for inclusion. By defining specific evaluation criteria, managers can utilize ChatGPT for automated project assessments and scoring.

Development

The project uses Laravel and Vuejs, with Inertia for serving up the SPA. You will need composer and php installed locally.

Local requirements

php 8.2 composer 2

To launch with Docker (keep this running in one terminal)

cp .env.example .env
composer install                    # Setup composer packages
make up                             # Boot docker-compose up

To use with ChatGPT

Specify your ChatGPT API Key in .env CHATGPT_API_KEY

To build for development, use a separate terminal

make in                             # SSH into the php container
php artisan migrate                 # Migrate all the DB tables
php artisan ingest:data             # Ingest data from the indexer and fill the relational DB
npm i                               # Install npm packages
npm run dev                         # Build for local dev

http://localhost

To build for production, use a separate terminal

make in                             # SSH into the php container
npm run build                       # Build for production

Tests

make in                             # SSH into the php container
make test                           # Run phpunit tests

node_app

This is a small nodejs application that can take an application address and return the match funding for the address.

http://localhost:3000

Icons

Use the font-awesome 4 library: https://fontawesome.com/v4/icons/

Bugsnag

Set BUGSNAG_API_KEY if you would like to receive errors from both the frontend and backend.

gitcoin-checker's People

Contributors

giliomeejg avatar cristinalare avatar mathildadv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.