https://github.com/rogermedico/magdapb
Website containing last updates on research and curriculum vitae of Dr. Magda Pascual Borràs. Whole project is made using CodeIgniter framework.
https://github.com/rogermedico/magdapb
backend bootsrap codeigniter php responsive sql
Last synced: about 1 month ago
JSON representation
Website containing last updates on research and curriculum vitae of Dr. Magda Pascual Borràs. Whole project is made using CodeIgniter framework.
- Host: GitHub
- URL: https://github.com/rogermedico/magdapb
- Owner: rogermedico
- License: mit
- Created: 2020-10-09T14:25:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-21T17:04:23.000Z (over 5 years ago)
- Last Synced: 2025-02-01T21:28:09.732Z (over 1 year ago)
- Topics: backend, bootsrap, codeigniter, php, responsive, sql
- Language: PHP
- Homepage: https://www.magdapb.com
- Size: 23.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: license.txt
Awesome Lists containing this project
README
# Magda Pascual personal web page
This project is a fully functional website containing last updates on research and curriculum vitae of Dr. Magda Pascual Borràs. It's made using [CodeIgniter](https://codeigniter.com/). The page is fully responsive and allows easy edit of the information from the admin part.
## Requirements
* LAMP/WAMP server like, for example, [XAMPP](https://www.apachefriends.org/index.html).
* [PHP](https://www.php.net/) >= 5.6
## Getting started
1. Clone this repository with `git clone`, or download a .zip file using the top right green button.
2. Execute your LAMP server.
3. Create a new BD and import magdapb.sql info to it.
4. Edit '/application/config/database.php' with your BD info.
5. Navigate to correct URL, for example (http://localhost/magdapb)[http://localhost/magdapb].
## Features
* Uses [CodeIgniter](https://codeigniter.com/) as a PHP framework.
* Uses [Bootstrap](https://getbootstrap.com/) as a CSS framework.
* Uses [CodeIgniter Ion Auth](https://github.com/benedmunds/CodeIgniter-Ion-Auth) to manage authentication.
### Default User name and password
| Username | Password |
|----------|----------|
| admin@admin.com | password |
## Live example
[https://www.magdapb.com](https://www.magdapb.com)