Skip to content

Commit 8293bdf

Browse files
Add: Star History
1 parent 345542a commit 8293bdf

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@ This is a web application built with Next.js, TypeScript, CosmosDB, GraphQL and
66
that tests your knowledge of Azure fundamentals, specifically for the AZ-900 certification exam. The questions are
77
stored in a Cosmos DB database and retrieved using GraphQL queries. The application is deployed on Microsoft Azure.
88

9-
This project was created for learning purposes to help me understand Microsoft Azure and CosmosDB in preparation for
10-
the AZ-900 exam.
11-
12-
UPDATE: The project is now using this
13-
[repo](https://github.com/Ditectrev/Microsoft-Azure-AZ-900-Microsoft-Azure-Fundamentals-Exam-Questions-Answers) as a
14-
database, replacing Cosmos DB.
15-
16-
UPDATE2: The project has a new name to better fit it's purpose, now it has all azure exams from this [collection](https://github.com/Ditectrev)
17-
18-
UPDATE3: Ditectrev took over this project and using it as a platform for students to practice their exam preparations for tests from our repositories.
19-
209
IMPORTANT: do not delete commented out code related to CosmosDB. We might use it to store questions soon in the future instead of from the repositories. Additionally, for the same reason let's keep Azure deployment, with that, the usage of NoSQL (CosmosDB) database is practically ready after commenting out some lines of code.
2110

2211
</div>
@@ -75,6 +64,17 @@ npm run dev
7564

7665
Open your browser and navigate to [http://localhost:3000](http://localhost:3000).
7766

67+
68+
## Star History
69+
70+
<a href="https://star-history.com/#Ditectrev/Practice-Exams-Platform&Date">
71+
<picture>
72+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Ditectrev/Practice-Exams-Platform&type=Date&theme=dark" />
73+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Ditectrev/Practice-Exams-Platform&type=Date" />
74+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Ditectrev/Practice-Exams-Platform&type=Date" />
75+
</picture>
76+
</a>
77+
7878
## 👥 Contributing
7979

8080
I welcome feedback and contributions from other developers, which can help improve the quality of the code and the

0 commit comments

Comments
 (0)