This is a simple application that manages flock. You can add flocks with their details, create income obtained and expenses incurred during the flock management process, and the app will provide stats like profits and losses obtained.
- Ruby '~>3.1.1'
- Bundler '~> 2.1'
- Rails '~> 7.0.3'
- Postgresql '>= 0.18', '< 2.0'
To get a local copy up and running follow these simple example steps.
You need to have Ruby 3.1.1 and Rails 7.0.3 installed
Clone the repo and then install the needed gems:
bundle install
rails db:create
rails db:migrate
rails server
👤 Author
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!