Church App

Description

Church App is a web application API that keeps records of events, groups, youths of my church with regards to the group they belong to ie a member must belong to a group.

Live Demo Here Backend

Cloning the project

git clone https://github.com/ekenecf/my-church-app.git

- cd Budget-app
- rails s

Built with

  • Ruby 3.1.2 on Rails 7.0.3.1
  • PostgreSQL

Prerequisites

Vscode or any-other Setup

Install

Ruby
Rails

Development Database

# Load the schema
rails db:schema:load
#----- If you want prefer this approach
# Create the database
rake db:create
# Create database Migration
rails db:migrate

Run

rails s

Run tests

bundle install
rspec

Author

👤 Nwachukwu Ekene

🤝 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!

📝 License

This project is MIT licensed.