Skip to content

The Galactic ImperiaList is a Ruby on Rails web App that lists the characters from Star Wars with information about them.

Notifications You must be signed in to change notification settings

pessanhadavi/the-galactic-imperialist

Repository files navigation

The Galactic Imperialist

This is a project that uses connections to APIs (SWAPI and Akabab-StarWars) to populate the database and display Star Wars characters on a clickable list. You can also read details about the characters.

Getting started

  1. If you want to fork/clone the project, make sure you have PostgreSQL installed in your machine

  2. You'll also need to have Ruby installed in your machine

rbenv install 2.6.6
rbenv global 2.6.6
  1. Install Rails 6.0.3.7
gem install rails -v 6.0
  1. If you don't have bundler installed, you need to install it:
gem install bundler
  1. After that, run bundle on the terminal to install the gems

  2. You also need to create and migrate the development database

rails db:create db:migrate
  1. Don't forget to seed the database, so it gets populated by the Star Wars information
rails db:seed
  1. You can finally check the web application
rails s
http://localhost:3000/

About

The Galactic ImperiaList is a Ruby on Rails web App that lists the characters from Star Wars with information about them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published