/Quotes

a lab that i started on the last day of the holidays..

Primary LanguageJava

Readme, please?

Introduction

Quotes is a realistion of a forum lab given by Mr. Madani, and it’s about a website that let you share quotes with your followers and stuff.

database

using a Mariadb as DBMS, there are two files:

create.sql
create the scheme
insert.sql
fill the database

the view

the first webpage in ouer journey would be index, it checks if the user already ahs a session, if so then show the content. otherwise, redirect to welcome

the model

the controller