File tree Expand file tree Collapse file tree 5 files changed +12
-2
lines changed
Expand file tree Collapse file tree 5 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ SMTP_PORT=587
5353
5454### Running Dev Locally
55551 . Open a terminal shell and run ` make start-server-dev `
56- 2 . Open a second terminal and run ` start-portfolio-dev `
56+ 2 . Open a second terminal and run ` make start-portfolio-dev`
57573 . Access web portfolio via ` http://localhost:4000 `
58584 . Stop locally started app by press Ctrl + C within both terminals
5959
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 2.1.0
4+ * Add Python Scaffolder Project.
5+
36## 2.0.2
47* Update fetch endpoint.
58
Original file line number Diff line number Diff line change 1- 2.0.2
1+ 2.1.0
Original file line number Diff line number Diff line change 11import styles from './ProjectsStyles.module.css' ;
22import portfolio from '../../assets/web-portfolio-v2.png' ;
33import csvMerger from '../../assets/csv-merger-api.png'
4+ import flaskScaffolder from '../../assets/flask-api-scaffolder.png' ;
45import investo from '../../assets/Investo-Manifesto-v2.png' ;
56import ProjectCard from '../../common/ProjectCard' ;
67
@@ -26,6 +27,12 @@ function Projects() {
2627 h3 = "CSV Merger API"
2728 p = "Merge CSV files"
2829 />
30+ < ProjectCard
31+ src = { flaskScaffolder }
32+ link = "https://github.com/jonepl/api-scaffolder"
33+ h3 = "API Scaffolder"
34+ p = "Generate APIs using Flask"
35+ />
2936 </ div >
3037 </ section >
3138 ) ;
You can’t perform that action at this time.
0 commit comments