added express api

This commit is contained in:
Mike
2021-12-08 06:53:29 -05:00
parent fdd28c9b4d
commit 084cfed12d
5 changed files with 893 additions and 0 deletions

View File

@@ -1 +1,6 @@
# starter-express-api
This is the simplest possible nodejs api using express that responds to any request with:
```
Yo!
```