COSC4606-Assignment-02

Database front end that allows for CRUD operations and user management
git clone git://mattcarlson.org/repos/COSC4606-Assignment-02.git
Log | Files | Refs | README

commit 9bf91668ef83abf9bd21bc1145eeb2f70901ca6f
parent e8cbb620923b769cff2029e5727c62d43122595e
Author: Matthew Carlson <matt@mattcarlson.org>
Date:   Tue, 23 Aug 2022 22:46:25 -0400

new domain

Diffstat:
MREADME.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -40,10 +40,10 @@ Logging in will redirect you to the home page. From there you can either log out ## Screenshots -![cosc4606-assignment-02-login](https://mcarlson.xyz/img/cosc4606-assignment-02-login.png) +![cosc4606-assignment-02-login](https://mattcarlson.org/img/cosc4606-assignment-02-login.png) -![cosc4606-assignment-02-admin](https://mcarlson.xyz/img/cosc4606-assignment-02-admin.jpg) +![cosc4606-assignment-02-admin](https://mattcarlson.org/img/cosc4606-assignment-02-admin.jpg) -![cosc4606-assignment-02-add-user](https://mcarlson.xyz/img/cosc4606-assignment-02-add-user.png) +![cosc4606-assignment-02-add-user](https://mattcarlson.org/img/cosc4606-assignment-02-add-user.png) -![cosc4606-assignment-02-view-users](https://mcarlson.xyz/img/cosc4606-assignment-02-view-users.png) +![cosc4606-assignment-02-view-users](https://mattcarlson.org/img/cosc4606-assignment-02-view-users.png)