/apartment_manager_rails

Apartment manager is a web application that has the objective to track the apartments of one condominium, manage rentals, owner of the apartments, people, pets, cars and so on. With that we have the intention to manager the space of a condominium.

Primary LanguageRubyMIT LicenseMIT

Apartment Manager

Requirements

  • Ruby

  • Rails

  • NodeJs

You can follow the RVM guide for installing Ruby along with Rails. The Ruby version can be found in the file .ruby-version and practically any subversion of Rails 7 will work.

For installing NodeJS you can use NVM or install directly from the NodeJS website.

WARNING

Windows user might need to use WSL since some Ruby gems used in Rails will not work on Windows.

Running

Enter the app root folder. Ex. ./apartment_manager_rails

Run the following commands on yout terminal.

For creating your local database:

rails db:create

For running the migration files:

rails db:migrate

Now you need to start the server:

rails s