An open API service indexing awesome lists of open source software.

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.

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)