HFG43 / emese_seguros

EMESE Seguros is an insurance firm app made with Ruby on Rails where the where policyholders can access their monthly policies and check the status of their payments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


EMESE Seguros

πŸ“— Table of Contents

EMESE Seguros

EMESE Seguros is an insurance firm app made with Ruby on Rails where the where policyholders can access their monthly policies and check the status of their payments.

πŸ›  Built With

Tech Stack

Client
Database

Key Features

  • Use Devise for Authentication
  • Set Up Postgres Database
  • Create Data Models using ERD Diagrams
  • Understanding the conventions of Rails
  • Use Active Record to write SQL queries
  • Include controllers actions
  • Add test using Rspec & Capybara gems
  • Add views following controller methods
  • Review Linters

(back to top)


ERD

On the following ERD you can see the structure of this project.

ERD

(back to top)


πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

 gem install rails

Setup

Clone this repository to your desired folder:

cd my-folder
https://github.com/HFG43/emese_seguros.git

Install

Install this project with:

  cd my-project
  gem install
  bundle install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rspec .

Deployment

You can deploy this project using:

[EMESE Seguros deployment link] Coming soon!!

(back to top)

πŸ‘₯ Authors

πŸ‘€ HernΓ‘n GΓΌemes

(back to top)

πŸ”­ Future Features

  • [Contract new policies]

(back to top)

🀝 Contributing

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project you can give me a ⭐️

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for the opportunity and all my Microverse colleagues that helped me on my learning journey!

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

EMESE Seguros is an insurance firm app made with Ruby on Rails where the where policyholders can access their monthly policies and check the status of their payments.

License:MIT License


Languages

Language:Ruby 74.1%Language:HTML 22.7%Language:JavaScript 2.0%Language:CSS 1.1%