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.
- Host: GitHub
- URL: https://github.com/thiagoff-it/registrymanager
- Owner: Thiagoff-IT
- License: mit
- Created: 2023-02-12T14:02:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T14:18:37.000Z (over 3 years ago)
- Last Synced: 2025-02-16T01:32:00.592Z (over 1 year ago)
- Topics: docker, jest, nodejs, nodemon, postgresql, typescript
- Language: TypeScript
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.