Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miolab/express_experiment
Node.js / Express [on going]
https://github.com/miolab/express_experiment
Last synced: about 2 months ago
JSON representation
Node.js / Express [on going]
- Host: GitHub
- URL: https://github.com/miolab/express_experiment
- Owner: miolab
- Created: 2020-04-08T13:05:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T23:44:35.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T22:17:17.953Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express Experiment (Node.js)
## Require
- Node.js
- npm## Setting
```
$ npm init
$ npm install express
$ npm install multer
$ npm install uuid
```## Usage
```
$ node index.js
```---
![node_express](https://user-images.githubusercontent.com/33124627/79212988-66478480-7e83-11ea-9a28-f1f9d23592a1.gif)