yesminmarie / desafio-database-upload

Desafio 06 do Bootcamp GoStack - Database Upload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Challenge: Database Upload

This is a challenge from the Rocketseat GoStack Bootcamp. In this challenge, it was developed the back-end of the application of transaction's manage. It was used database with TypeORM and sending files with Multer.

ObjectiveTechnologiesHow to run the application

Objective

This application storages the financials transactions of incoming and outcoming and allows the register and listing of these transacions, besides to allow the criation of new registers inside the database from the sending of a csv file.

Technologies

It was used these technologies in this challenge.

How to run the application

Pre Requiriments

You will need these tools instaled in your machine:

# Clone this repository
$ git clone https://github.com/yesminmarie/desafio-database-upload

# Go into the folder of the project
$ cd desafio-database-upload

# Install the dependencies
$ yarn

# If you want to test the project
$ yarn test

#If you want to run the project in developer mode
yarn dev:server

About

Desafio 06 do Bootcamp GoStack - Database Upload


Languages

Language:TypeScript 76.8%Language:JavaScript 23.2%