Skip to content

daniel-neves-dev/rails_gems_university

Repository files navigation

Rails gems university !

index-image

Ruby version 3.1.4
Rails version 7.0.7
Database PostgreSQL
Front end Tailwind

Initial settings to run the project

# clone the project
git clone (https://github.com/daniel-neves-dev/rails_gems_university.git)

# enter the cloned directory
cd associations_part_1

# install Ruby on Rails dependencies
bundle install

# install Node dependencies
yarn install

# run the project
bin/dev

Open the browser at the address http://localhost:3000

The project was structured as follows:

About the branches

main
# final version

release/0.1_crud (https://github.com/daniel-neves-dev/rails_gems_university/pull/6/files)
# build the CRUD files for courses

release/0.2_devise (https://github.com/daniel-neves-dev/rails_gems_university/pull/4/files)
# added devise for author account

release/0.3_roles (https://github.com/daniel-neves-dev/rails_gems_university/pull/5/files)
# added roles for user

release/0.3_roles (https://github.com/daniel-neves-dev/rails_gems_university/pull/5/files)
# added roles for user

release/0.4_roles (https://github.com/daniel-neves-dev/rails_gems_university/pull/7/files)
# added identity

Releases

No releases published

Packages

No packages published