Skip to content

Commit 678b4bd

Browse files
committed
chore: add boiler plate application
1 parent f00975c commit 678b4bd

30 files changed

Lines changed: 9965 additions & 2 deletions

app-express/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules
2+
cypress/videos
3+
cypress/plugins
4+
cypress/screenshots
5+
cypress/support

app-express/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Backend Boilerplate with Express
2+
3+
- Express
4+
5+
---
6+
7+
Authored by [Alva Labs](https://www.alvalabs.io/).

0 commit comments

Comments
 (0)