- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
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.
Client
Database
- 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
On the following ERD you can see the structure of this project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
cd my-folder
https://github.com/HFG43/emese_seguros.git
Install this project with:
cd my-project
gem install
bundle install
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec .
You can deploy this project using:
[EMESE Seguros deployment link] Coming soon!!
👤 Hernán Güemes
- GitHub: @HFG43
- LinkedIn: hernanguemes
- [Contract new policies]
Feel free to check the issues page.
If you like this project you can give me a ⭐️
I would like to thank Microverse for the opportunity and all my Microverse colleagues that helped me on my learning journey!
This project is MIT licensed.