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

https://github.com/nocodb/nocodb-dev-seed


https://github.com/nocodb/nocodb-dev-seed

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

[![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.