Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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
```