Welcome to Church Birthday Manager! This project is a digital solution developed specifically for managing and tracking birthday and anniversary records within the congregation of CFC Church.
- Record Management: Easily add, edit, and view birthday and anniversary records for church members.
- Event Display: Showcase upcoming birthdays and anniversaries of the current week for quick reference.
- User-friendly Interface: Intuitive design for seamless navigation and efficient record management.
-
Clone the repository:
git clone https://github.com/your-username/church-birthday-manager.git
-
Install dependencies:
cd church-birthday-manager npm install
`
-
Start the server:
npm start
-
Access the application at
http://localhost:3000
in your web browser.
- Frontend: HTML, CSS, JavaScript, EJS
- Backend: Node.js, Express.js
- Database: MongoDB
- Other Tools: Bootstrap (for styling)
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create your feature branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Create a new Pull Request.