Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trandung2k1/core_concepts_express
https://github.com/trandung2k1/core_concepts_express
core-concepts expressjs rest restful unit-testing
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/trandung2k1/core_concepts_express
- Owner: trandung2k1
- Created: 2024-03-31T11:43:29.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-01T15:08:46.000Z (11 months ago)
- Last Synced: 2024-04-01T16:31:11.361Z (11 months ago)
- Topics: core-concepts, expressjs, rest, restful, unit-testing
- Language: JavaScript
- Homepage:
- Size: 346 KB
- Stars: 0
- Watchers: 1
- 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
```