sandbox-node/fast-csv/readme.md

22 lines
396 B
Markdown
Raw Permalink Normal View History

2024-01-26 10:08:21 +01:00
# Overview
tbc
# Preparation
Run the following command in your favorite terminal to install dependenies.
```
npm i
```
# Development setup
Run the following command to start the service in development mode.
```
DEBUG=debug npm run dev
```
# Production deployment
tbc
# Links
* [Export PostgresSQL data to CSV file using Node.js](https://www.bezkoder.com/node-js-export-postgresql-csv-file/)