https://github.com/trandung2k1/core_concepts_express
https://github.com/trandung2k1/core_concepts_express
core-concepts expressjs rest restful unit-testing
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trandung2k1/core_concepts_express
- Owner: trandung2k1
- Created: 2024-03-31T11:43:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T15:08:46.000Z (over 2 years ago)
- Last Synced: 2024-12-29T21:16:03.586Z (over 1 year ago)
- Topics: core-concepts, expressjs, rest, restful, unit-testing
- Language: JavaScript
- Homepage:
- Size: 346 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I. Scripts create src/index.js
```js
mkdir -p src && touch $_/index.js
```