Skip to content

Commit

Permalink
added fast api item
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaldon1 committed Sep 21, 2021
1 parent 5c92bee commit f4e3d27
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions src/app/containers/HomePage/items/itemDetails/2021-Sep.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import { ItemWithoutId } from '../../types';

export const itemDetailsWithoutId: ItemWithoutId[] = [
{
date: '2021-Mar',
priority: 3,
title: `Building API's with <a target="_blank" rel="noopener noreferrer" href="https://github.com/tiangolo/fastapi">Fast API</a>`,
details: `
<ul>
<li>Building up my knowledge in API design and standards.</li>
<li>Created an example <a target="_blank" rel="noopener noreferrer" href="https://github.com/jmaldon1/fast-api-oauth">git repo</a>
showcasing how oauth is designed using Fast API.</li>
</ul>
`,
image: {
name: 'fast-api-banner.png',
},
component: 'BasicCard',
},
];
1 change: 1 addition & 0 deletions src/app/containers/HomePage/items/itemImports.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"2020-Dec",
"2020-Nov",
"2019-Sep",
"2021-Sep",
"2019-May",
"2019-Jun",
"2019-Nov",
Expand Down

0 comments on commit f4e3d27

Please sign in to comment.