In this project, I've been working on making an app to register financial investments with cryptos and no cryptos, you can generate different portfolios to group your investments according to your requirements, also you can support someone's portfolio, but it only if you and your partners want to do that.
This project was created according to the requirements of the client to generate a rails app Minimum Viable Product MVP, feel free to give me your feedback and feel free to use it if you want to do it as well.
In this app, you can't enter your real money, it's just a base to register your own portfolio, according to your financial investments in cryptos, or external financial resources.
- Ruby on Rails
- SASS
- PostgreSQL
- Visual Studio Code
- Git
- GitHub
Feel free to login with my account: "Dante Alonso"
- Rubocop
- Stylelint
Follow the steps below to get a local copy running:
- To run this project on the local computer, you need to install Ruby on Rails.
- For Windows users, visit Ruby Installer
- For macOS and Linux users, visit the Ruby Official Site for instructions.
- Then clone the project by typing
git clone https://github.com/DanteAlonsoHT/group_our_transactions.git
.
- Type
bundle install
in the root directory of the project. - Type
rails db:create
in the root directory of the project to create the database. - Type
rails db:migrate
in the root directory of the project to migrate the database. - Type
rails server
in the root directory of the project. - Open a browser, copy and paste
http://localhost:3000
If you have an error named:
"Webpacker::Manifest::MissingEntryError in ..."
Type in the terminal rails webpacker:install
in the root directory of the project to fix it.
You can test this app using the next command in your terminal.
bundle exec rspec
👤 Dante Alonso
- GitHub: @DanteAlonsoHT
- Twitter: @dante_dante1
- LinkedIn: Dante Alonso
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Part of the design og this project was inspired by Gregorie Vella
- Hat tip to anyone who's code was used 🔰
- Inspiration 💘
- Microverse program ⚡
- My standup team 🏹
- Microverse
This project is MIT licensed.