From e7b7e9394f34fa2aa592e40863efdb6a9448c6ab Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Sat, 15 Jan 2022 12:30:54 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 92832f9..db1a5d9 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ I want to create a School Management system to improve my GoLang skills to trans This is a full API to allow students to check their schedule, locker information and possibly grades in the future along with personal information. It allows for teachers to view their information and in the future manage classes, see students in a class, schedule, etc. It allows admins to update most information and view information. Those who run the school and help create the schedules or help students update information like names, classes, etc. + +Possible in the future when the API is complete I may start working on the front end to make it fully functional.