Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agentgill/excel-file-upload-heroku
Simple Nodejs/express app which demonstrates file uploading and parsing using sheetjs!
https://github.com/agentgill/excel-file-upload-heroku
express heroku sheetjs
Last synced: 28 days ago
JSON representation
Simple Nodejs/express app which demonstrates file uploading and parsing using sheetjs!
- Host: GitHub
- URL: https://github.com/agentgill/excel-file-upload-heroku
- Owner: agentgill
- Created: 2021-10-10T10:50:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T14:49:31.000Z (over 3 years ago)
- Last Synced: 2024-11-17T19:36:45.259Z (3 months ago)
- Topics: express, heroku, sheetjs
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Excel File Upload to Heroku
## Getting Started
Clone repo
```bash
gh repo clone agentgill/excel-file-upload-heroku
```Install dependencies
```bash
npm i
```Start Express Server
```bash
npm run local
```Test Express Serer - open local url
[http://localhost:3000/hello](http://localhost:3000/hello)
Create Heroku App
```bash
heroku create
```Deploy to Heroku
```bash
git push heroku main
```