Skip to content

Commit cc91723

Browse files
initial commit
0 parents  commit cc91723

File tree

5 files changed

+1651
-0
lines changed

5 files changed

+1651
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
*.log

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
```
2+
git clone [email protected]:johndavedecano/expressjsapi-lesson.git
3+
cd expressjsapi-lesson
4+
npm i
5+
npm run start or npm run dev
6+
```

0 commit comments

Comments
 (0)