diff --git a/client/README.md b/client/README.md index 17095a9a..430b4852 100644 --- a/client/README.md +++ b/client/README.md @@ -65,13 +65,13 @@ npm run start ``` ## Tech Stack -![New Architecture](https://github.com/CS-461-nilsstreedain/classroom-polling/assets/25465133/633b6e2b-bbdd-4ff6-b986-f5d809c96a9b) +![New Architecture](https://github.com/OSU-MC/MyClassroom/assets/25465133/633b6e2b-bbdd-4ff6-b986-f5d809c96a9b) - React / React Native - Redux - Javascript # Interacting With the Database -![Schema](https://github.com/CS-461-nilsstreedain/classroom-polling/assets/25465133/a4322ae3-b9b7-4b2f-98fb-116614e381d7) +![Schema](https://github.com/OSU-MC/MyClassroom/assets/25465133/a4322ae3-b9b7-4b2f-98fb-116614e381d7) ``` Database <- apiUtil <- Hooks -> Redux diff --git a/server/README.md b/server/README.md index 07cd7a12..50784364 100644 --- a/server/README.md +++ b/server/README.md @@ -10,12 +10,12 @@ Install MySQL Clone the GitHub Repository ``` -git clone git@github.com:CS-461-nilsstreedain/classroom-polling.git +git clone git@github.com:OSU-MC/MyClassroom.git ``` Navigate to the Server Directory ``` -cd classroom-polling/server +cd MyClassroom/server ``` Install the Application Dependencies @@ -160,7 +160,7 @@ It's worth noting that the application is only configured for email use through - Request Rate Limiting ## Database Schema -![Schema](https://github.com/CS-461-nilsstreedain/classroom-polling/assets/25465133/d987e780-fd0e-4ea5-bd18-c72de5d8c32c) +![Schema](https://github.com/OSU-MC/MyClassroom/assets/25465133/d987e780-fd0e-4ea5-bd18-c72de5d8c32c) ## Endpoints