https://github.com/bambooom/express-vercel-example
https://github.com/bambooom/express-vercel-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bambooom/express-vercel-example
- Owner: bambooom
- Created: 2022-10-22T12:35:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T15:19:27.000Z (over 3 years ago)
- Last Synced: 2025-01-23T18:15:50.854Z (over 1 year ago)
- Language: JavaScript
- Homepage: express-vercel-example.vercel.app
- Size: 96.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fbambooom%2Fexpress-vercel-example&project-name=nocodb-tidb-starter&repo-name=express-vercel-example&demo-title=TiDB+NocoDB+Starter&demo-description=A+NocoDB+instance+using+TiDB+as+scalable+DB&demo-url=https%3A%2F%2Fexpress-vercel-example.vercel.app%2F&integration-ids=oac_coKBVWCXNjJnCEth1zzKoF1j)
[](https://repl.it/github/nocodb/nocodb-seed)
## Clone & install
```
git clone https://github.com/nocodb/nocodb-seed
cd nocodb-seed
npm install
```
## Start
```
npm run start
```
## To Upgrade
```
npm run upgrade
```
## Using environment file
Copy the .env.example file to .env and change as needed.