From 658cea4193fdf1fd8e5f9ab343108caa6b408492 Mon Sep 17 00:00:00 2001 From: Esteban Mendez <70494570+EstebanMendez01@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:13:46 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bca382..ca57f98 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Database runs on a server, ``` ## Access Website -Here is the link for the website +Access the website with the link below [ProgMagus LMS](https://progmagus.chompe.rs/) @@ -66,3 +66,37 @@ Here is the link for the website ![HomePage](public/images/ProgMaguspic.png) +## Dependencies + +- express + +- path + +- logger + +- cookieParser + +- bodyParser + +- exphbs + +- expressValidator + +- flash + +- session + +- passport + +- LocalStrategy + +- mongo + +- mongoose + +- async + +- crypto + + + From be7cdfe64757f5e9ec7a3f440482b5d6642d1ef9 Mon Sep 17 00:00:00 2001 From: Esteban Mendez <70494570+EstebanMendez01@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:14:27 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ca57f98..4172be3 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,6 @@ Access the website with the link below [ProgMagus LMS](https://progmagus.chompe.rs/) -## ProgMagus LMS: - -![HomePage](public/images/ProgMaguspic.png) - ## Dependencies - express @@ -98,5 +94,7 @@ Access the website with the link below - crypto +## Preview of ProgMagus LMS: +![HomePage](public/images/ProgMaguspic.png)