https://github.com/cham11ng/bmax
bMAX - be MAXimum Healthy
https://github.com/cham11ng/bmax
Last synced: 11 months ago
JSON representation
bMAX - be MAXimum Healthy
- Host: GitHub
- URL: https://github.com/cham11ng/bmax
- Owner: cham11ng
- License: mit
- Created: 2017-01-22T09:38:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-22T09:38:59.000Z (over 9 years ago)
- Last Synced: 2025-02-10T15:15:03.495Z (over 1 year ago)
- Language: PHP
- Homepage: https://bmax.schamling.com.np
- Size: 2.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: license.txt
Awesome Lists containing this project
README
# bMAX - Health Assistant
This is our 4th year Final Year Project Sample. It was actually done by Java Server Page.
### Installation:
`git clone` this repository and `cd` inside the project root, then enter the following commands
1. `cp application/config/config_example.php application/config/config.php`
2. `cp application/config/database_example.php application/config/database.php`
4. Import `bmax_db.sql` file
3. Configure your `config['base_url']` in config.php
Now open `database.php` file and make necessary changes to the in that section.
**Yes, of course, you'll have to setup a database and it's user already before the next step!**
6. `php -S localhost:8080` in root directory
Open the browser and go to `http://localhost:8000`
### Please Note
This software uses the [Codeigniter 3](https://codeigniter.com/ "Codeigniter 3") framework.
If you are getting any error, it is most probably due to
unfulfilled [requirements](https://github.com/bcit-ci/CodeIgniter "Server Requirements")
of the framework itself.
Also, make sure that you have proper database drivers. For an example, make sure
you have installed php7.1-mysql package so that you can use mysql database with php7.1 in your project.