Skip to content

mchestnut/ministry-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ministry Scheduler

This is a simple app for creating a monthly schedule for a church A/V ministry. Future plans may introduce customization for other ministries.

Getting Started

Requirements

This app uses Firebase Auth and Realtime Database.

After creating your new Firebase project, create a .env file in the root directory. This file should contain the following environment variables.

REACT_APP_API_KEY=xxxxxxxx
REACT_APP_AUTH_DOMAIN=xxxxxxxx.firebaseapp.com
REACT_APP_DATABASE_URL=https://xxxxxxxx.firebaseio.com
REACT_APP_PROJECT_ID=xxxxxxxx
REACT_APP_STORAGE_BUCKET=xxxxxxxx.appspot.com
REACT_APP_MESSAGING_SENDER_ID=xxxxxxxx

Available scripts

$ npm install
$ npm run start
$ npm run build

Acknowledgements

This project was bootstrapped with Create React App.

About

This is a simple app for creating a monthly schedule for a church A/V ministry. Future plans may introduce customization for other ministries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published