https://github.com/volt1c/express-drive-api
Simple dirve api created with express-upload.
https://github.com/volt1c/express-drive-api
api docker docker-compose express express-js jest nodejs typescript
Last synced: 10 months ago
JSON representation
Simple dirve api created with express-upload.
- Host: GitHub
- URL: https://github.com/volt1c/express-drive-api
- Owner: volt1c
- License: mit
- Created: 2022-01-29T14:04:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T07:56:09.000Z (about 4 years ago)
- Last Synced: 2023-07-05T11:22:57.044Z (almost 3 years ago)
- Topics: api, docker, docker-compose, express, express-js, jest, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 445 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Express Drive






## Scripts
### Run nodemon
```
$ yarn dev
```
### Build project
```
$ yarn build
```
### Run builded project
```
$ yarn start
```
### Run tests
```
$ yarn test
```
### Collect coverage
```
$ yarn collect-coverage
```
### Build Docker image
```
$ yarn docker:build
```
### Run Docker image
```
$ yarn docker:run
```
###### I recommend using docker extension for this