https://github.com/bezkoder/google-cloud-storage-nodejs-upload-file
Google Cloud Storage and Nodejs upload File example with Express Rest API and Multer
https://github.com/bezkoder/google-cloud-storage-nodejs-upload-file
express express-js expressjs file-upload google-cloud-platform google-cloud-storage multer node-js nodejs rest-api upload-file
Last synced: 2 months ago
JSON representation
Google Cloud Storage and Nodejs upload File example with Express Rest API and Multer
- Host: GitHub
- URL: https://github.com/bezkoder/google-cloud-storage-nodejs-upload-file
- Owner: bezkoder
- Created: 2021-05-17T10:46:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T03:48:53.000Z (over 2 years ago)
- Last Synced: 2025-03-28T10:47:38.553Z (3 months ago)
- Topics: express, express-js, expressjs, file-upload, google-cloud-platform, google-cloud-storage, multer, node-js, nodejs, rest-api, upload-file
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 34
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js upload File to Google Cloud Storage example
For instruction, please visit:
> [Google Cloud Storage with Node.js: File Upload example](https://bezkoder.com/google-cloud-storage-nodejs-upload-file/)Front-end Apps to work with this Node.js Server:
- [Angular 8](https://www.bezkoder.com/angular-multiple-files-upload/) / [Angular 10](https://www.bezkoder.com/angular-10-file-upload/) / [Angular 11](https://www.bezkoder.com/angular-11-file-upload/) / [Angular 12](https://www.bezkoder.com/angular-12-file-upload/) / [Angular 13](https://www.bezkoder.com/angular-13-file-upload/) / [Angular 14](https://www.bezkoder.com/angular-14-file-upload/) / [Angular 15](https://www.bezkoder.com/angular-15-file-upload/)- [Angular Material 12](https://www.bezkoder.com/angular-material-12-file-upload/) / [Angular Material 14](https://www.bezkoder.com/angular-material-14-file-upload/) / [Angular Material 15](https://www.bezkoder.com/angular-material-15-file-upload/)
- [Vue Client](https://bezkoder.com/vue-axios-file-upload/) / [Vuetify Client](https://bezkoder.com/vuetify-file-upload/)
- [React Client](https://bezkoder.com/react-file-upload-axios/) / [React Hooks Client](https://bezkoder.com/react-hooks-file-upload/)
- [Material UI Client](https://bezkoder.com/material-ui-file-upload/)
More Practice:
> [Node.js Express File Upload Rest API example](https://bezkoder.com/node-js-express-file-upload/)> [Node.js Express Download File Rest API example](https://bezkoder.com/node-js-express-download-file/)
> [Node.js: Upload/Import Excel file data into Database](https://bezkoder.com/node-js-upload-excel-file-database/)
> [Node.js: Upload/Import CSV file data into Database](https://bezkoder.com/node-js-upload-csv-file-database/)
> [Node.js Rest APIs example with Express & MySQL](https://bezkoder.com/node-js-express-sequelize-mysql/)
> [Node.js Rest APIs example with Express & PostgreSQL](https://bezkoder.com/node-express-sequelize-postgresql/)
> [Node.js Rest APIs example with Express & MongoDB](https://bezkoder.com/node-express-mongodb-crud-rest-api/)
> [Node.js JWT Authentication & Authorization example](https://bezkoder.com/node-js-jwt-authentication-mysql/)
Integration (run back-end & front-end on same server/port)
> [Integrate React with Node.js Restful Services](https://bezkoder.com/integrate-react-express-same-server-port/)> [Integrate Angular with Node.js Restful Services](https://bezkoder.com/integrate-angular-10-node-js/)
> [Integrate Vue with Node.js Restful Services](https://bezkoder.com/serve-vue-app-express/)
## Project setup
```
npm install
```### Run
```
node server.js
```