Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.3 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.3 KB

Talent Protocol

Talent Protocol

Sponsor talent you believe in and be rewarded when they succeed.

Talent Protocol is a decentralized platform where talent can create a personal token, and where sponsors can make angel investments in someone's career to become a part of their journey.

Installing / Getting started

Talent Protocol web app is based on Ruby on Rails and React, you'll need to have ruby (2.7.3), node (14.16.1) and postgresql (v12) installed to run it or docker.

Docker instalation:

docker compose build
docker compose up

If you are not using docker then you need to install the project dependencies manually

bundle install
yarn install
bin/rails s

This will start the rails server on localhost:3000, if you want hot-reloading you can also run bin/webpack-dev-server.

Initial Configuration

For the initial configuration all you need is to setup your database

bin/rails db:create
bin/rails db:migrate

We provide a rake task to setup some initial data in the application.

bin/rails dev:prime

Links