This project is development with the objetive of create a worship system to churches.
- Presentation of songs
- Presentation of bible verses with different versions
- Storage of background images and videos
- Search of songs by network
- Notes administration and ads presentation
- Windows, Linux or Mac OS
- Make a copy of
.env.example
file with the name.env
and replace the values of env vars. - Execute the included powershell script
configure.ps1
to install all dependencies and make the necessary configurations. - Run the program executing
run.ps1
script
- Make a copy of
.env.example
file with the name.env
and replace the values of env vars. - Execute the included bash script
configure.sh
to install all dependencies and make the necessary configurations. - Run the program executing
run.sh
script
- Make a copy of
.env.example
file with the name.env
and replace the values of env vars. - Run
docker-compose up
to run the project
- You need have installed:
- Clone this repository
git clone https://github.com/Dasacav3/project-worship
- Run
npm install
to install all dependencies of project (in the root folder and in the client folder) - Install Postcss with
npm install -g postcss-cli
- Compile the css with
postcss client/src/assets/index.css -o client/src/assets/main.css
- Run
npm run dev
to run the project
- Fork this repository
- Create a new branch with the name of the feature
- Make the changes
- Create a pull request
- Wait for the review of the pull request
Note: You can create a fork of this repository and make the changes in your fork, but you don't need to create a fork to make a pull request. But please, consider create a pull request if you want to contribute with this project and fix some bug or add a new features, together we can make this project better. Also, you can contact me:
- If you have problems with the installation of dependencies, try to run the scripts with administrator privileges.
- You can create a issue in this repository if you have problems with the installation or execution of the project.
This project is under the MIT License