utdal / profiles

A simple CRUD/search profile system for research profiles, providing user-editable information and basic pages to aesthetically promote and highlight researcher activities and achievements.
MIT License
6 stars 0 forks source link

Profiles: A Research Profile System

A web application for research profiles, providing user-editable information and web pages to aesthetically promote and highlight researcher activities and achievements.

Example Screenshot

Example Index Screenshot

Example Profile Screenshot

Example Information Screenshot

Basic Functionality

Optional Features

Minimum Requirements

Optional Feature Requirements

Installation

git clone git@github.com:utdallasresearch/profiles.git
composer install --ignore-platform-reqs
cp .env.example .env

Edit the .env file for your environment.

php artisan key:generate
php artisan storage:link
php artisan migrate --seed

First user to login will have the administrator role, which can then be granted to other users.

Feature Installation

License

This project is licensed under the terms of the MIT license.