Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.58 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.58 KB

PigFarm

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.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of Node.js and npm.

Installing PigFarm

To install PigFarm, use the command below:

npm install

This command will install all the dependencies needed for the project to run.

Using PigFarm

To start the application, use the command below:

npm start

This command will start the application and make it available at http://localhost:4200/.

Contributing to PigFarm

To contribute to PigFarm, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

License

MIT