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

https://github.com/thiagoff-it/registrymanager

A Node.js application for processing and importing data from a CSV file into a PostgreSQL relational database.
https://github.com/thiagoff-it/registrymanager

docker jest nodejs nodemon postgresql typescript

Last synced: 3 months ago
JSON representation

A Node.js application for processing and importing data from a CSV file into a PostgreSQL relational database.

Awesome Lists containing this project

README

          

# RegistryManager
This project is a NodeJS application that takes a CSV file as input and creates a relational database using PostgreSQL with the data from the file.

# Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

# Prerequisites

You need to have NodeJS and PostgreSQL installed on your machine.

Installing

Clone this repository to your local machine.

```shell
$ git clone https://github.com/Thiagoff-IT/RegistryManager.git
```
Install the required dependencies by running:
```shell
yarn
```

# Built With

- NodeJS
- Typescript
- Jest
- PostgreSQL

---
# Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

# License

This project is licensed under the MIT License - see the LICENSE file for details.