Skip to content

Commit

Permalink
Update readme paths (#178)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
nilsstreedain authored Mar 15, 2024
1 parent cf1e2e1 commit 0fc324e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0fc324e

Please # to comment.