https://github.com/maximizeit/mas
Membership Administration System 1.0
https://github.com/maximizeit/mas
css db html javascript jquery material-design
Last synced: 2 months ago
JSON representation
Membership Administration System 1.0
- Host: GitHub
- URL: https://github.com/maximizeit/mas
- Owner: maximizeIT
- Created: 2017-09-03T12:58:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T13:11:34.000Z (almost 9 years ago)
- Last Synced: 2025-03-16T19:47:27.833Z (over 1 year ago)
- Topics: css, db, html, javascript, jquery, material-design
- Language: CSS
- Homepage: http://maximizeIT.github.io/MAS
- Size: 7.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DB & Web Project
Demo: http://maximizeIT.github.io/MAS
## Getting Started
#### 1) Install software and node_modules
**Required software:**
Git: https://git-scm.com/downloads
npm: https://nodejs.org/en/download/
Gulp: https://gulpjs.com
1) Clone (or download zip).
```
git clone git@github.com:maximizeIT/MAS.git
```
```
cd MAS
```
2) Run in root directory:
```
npm install
```
3) Enter DB configuration in:
root/
- assets/scripts/db/DBConfig.php (DB user with read only rights)
- search/db/DBConfig_ro.php (DB user with read only rights)
- admin/assets/db/DBConfig_rw.php (DB user with read & write rights)
#### 2) Run application (via built-in web server)
```
gulp
```
Note: Browser reloads automatically upon saving of a .php file.