A program to manage prayer requests for different users
My wife had been wanting my to make her a prayer request program and journal for a couple of years so I thought this would be a job for Laravel and would be a great project for me to show what I've learned. This is the alpha version and only the prayer request program. I will be refactoring and updating as time goes on. This is open source and you may clone it and modify to your heart's content
- Laravel 5.8
- JavaScript
- CSS SASS
- Bootstrap
- PHP 7+
- MySql
- PHP 7+
- Composer
- node.js (npm) for installing dependies
- git
- Make sure PHP 7+ and Mysql is installed and running. I recommend Xampp for windows users.
- Create and empty mysql database and note the name, username, and password.
- Make sure git is installed.
- At a command prompt, type "git clone https://github.com/rcol4jc/prayer-manager.git". This will create a prayer-manager folder in your current directory.
- Cd into that directory.
- Run 'composer install'
- Run 'npm install'
- copy .env.exmple file to .env
- Type 'php artisan key:generate'
- Edit the .env (not .env.example) and under the mysql settings, put in your database name, username, and password from step 2.
- Type 'php artisan migrate' to set up the tables in the database.
- Type 'php artisan serve' to start the development. Browse to http://localhost:8000 to see the running site
- Register as a new user and play around!
I have a demo of this up at:
http://prayer-journal.rickcollins.info
You have two users to chose from:
Username: johndoe Password: Abcd1234@
Username: janedoe Password: Abcd1234@