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

https://github.com/bambooom/express-vercel-example


https://github.com/bambooom/express-vercel-example

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

[![Deploy with Vercel](https://vercel.com/button)](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)

[![Run on Repl.it](https://repl.it/badge/github/nocodb/nocodb-seed)](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.