Skip to content

rbarnat/TalentConnect

Repository files navigation

TalentConnect

TalentConnect is a Ruby On Rails web application. It's a peer-learning plateform made by dediane, Mehdi-Lucas, rbarnat, PatriceH7 and YohanFleury.

It's the final project for The Hacking Project coding bootcamp.

Where to find our application?

You can find our application on Heroku:

Production version -> HERE

How to use the app?

This app is using Ruby 2.7.1 and Rails 5.2.3.

This web app in RoR is using a list of gems, don't forget to run bundle install to create a gemfile.lock to store all dependencies that your app needed.

Create and initialiaze the Database

This app is using PostgreSQL for the Database.

When you clone the app from this repository, you will have to create a database, run:

rails db:create

Then you will have to upload the migrations by executing:

rails db:migrate

All the migrations are going up. You can check it with:

rails db:status

Now you have a functional Database you can fill it. If you don't want to fill it yourself, we made you a super Seed. You can fill you Database by running:

rails db:seed

Now your all set and ready to learn!

About

Talent Connect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published