From a9d98e02835f8c10a10ee25c33fbdec471e7061e Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Mon, 4 Dec 2023 22:54:48 +0300 Subject: Add example site --- exampleSite/content/projects/Gitlytics.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 exampleSite/content/projects/Gitlytics.md (limited to 'exampleSite/content/projects/Gitlytics.md') diff --git a/exampleSite/content/projects/Gitlytics.md b/exampleSite/content/projects/Gitlytics.md new file mode 100644 index 0000000..52819c6 --- /dev/null +++ b/exampleSite/content/projects/Gitlytics.md @@ -0,0 +1,11 @@ +--- +title: Gitlytics +weight: 1 +tags: ["Python", "Flask", "React", "PostgreSQL", "Docker"] +start_date: 2020-06-01 +end_date : +--- +- Developed a full-stack web application using with Flask serving a REST API with React as the frontend +- Implemented GitHub OAuth to get data from user’s repositories +- Visualized GitHub data to show collaboration +- Used Celery and Redis for asynchronous tasks \ No newline at end of file -- cgit v1.2.3