leluque / university-site-cms

University site and CMS implemented with Spring Boot.
MIT License
27 stars 12 forks source link
java lms spring-boot university

REFACTORING AND UPDATING NOTICE

This project is old and requires refactoring. It uses a traditional MVC architecture and an old version of Spring.

IT WILL BE GRADUALLY REFACTORED TO A BETTER ARCHITECTURE AND NEWER VERSIONS OF TECHNOLOGY. STILL, CHANGES WILL BE MADE TO DATABASES AND REACTIVE PROGRAMMING WILL BE USED.

REFACTORING STEPS (NOT NECESSARILY IN THIS ORDER):

University website and CMS - Content Management System

This project implements a university website and CMS. A running version of this project may be found at fatecmogidascruzes.com.br.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You'll need the software described next to run the project:

Compiler

JDK 8 or newer

HTTP Server

Nginx, Apache or equivalent to serve static files (images and PDFs).

IDE

Any of your preference.

LOMBOK

The lombok project must be installed in the IDE: https://projectlombok.org/

DBMS

MySQL 5.8 or newer (may run in older versions as well)
An equivalent DBMS may be configure since the project uses JPA.

Google reCAPTCHA

A Google ReCAPTCHA account.

A Zoho SMTP account

A Zoho SMTP account to send password recovery e-mails.

Installing (Instalando)

In order tcaptchao install the project, import it as a maven project in STS. Moreover, you'll need to define the following environment variables:

Authors (Autores)

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details