From 78afcccd2d83cd2bced780fdf5bb589f24b61c21 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Sat, 15 Jan 2022 12:28:28 -0800 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..92832f9 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# School-Management-System +I want to create a School Management system to improve my GoLang skills to transition into an Intermediate GoLang developer. + +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.