Skip to content

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.

Notifications You must be signed in to change notification settings

emmanuelkamala/my_flock_control

Repository files navigation

Flock Control App

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.

Built With

  • Ruby '~>3.1.1'
  • Bundler '~> 2.1'
  • Rails '~> 7.0.3'
  • Postgresql '>= 0.18', '< 2.0'

Live Demo

Click here for a live version

Getting Started

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

Prerequisites

You need to have Ruby 3.1.1 and Rails 7.0.3 installed

Setup

Install

Clone the repo and then install the needed gems:

bundle install

Create and Migrate the database:

rails db:create
rails db:migrate

Run the app in a local server:

rails server

Authors

👤 Author

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published