PigFarm is an Angular application that allows users to manage their pig farm. The application allows users to add, edit, and delete pigs. The application also allows users to view the pigs in the farm and their details. This project stands out for the implementation of advanced features, such as authentication and real-time database using Firebase, ensuring a dynamic experience for users. In addition, it integrates external libraries to expand its functionalities. This solution offers a complete and intuitive platform for efficient management of activities related to pig farming.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Node.js and npm.
To install PigFarm, use the command below:
npm install
This command will install all the dependencies needed for the project to run.
To start the application, use the command below:
npm start
This command will start the application and make it available at http://localhost:4200/
.
To contribute to PigFarm, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
MIT