jose-renato-m / database-upload

Challenge #06 of Rocketseat School's Bootcamp GoStack, which aims to continue developing the transaction management's app which has been started in challenge #05, but now including the use of database with TypeORM and files' upload with Multer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“ Description

This is the Challenge 06 of Bootcamp GoStack's course from Rocketseat School, and its aims is to continue developing the transaction management's app which has been started in Challenge 05, but this time including the use of database and files' upload.


πŸ’» Used Technologies

The challenge has been developed using the following technologies:


πŸ“ Download

# Clone the repository
$ git clone https://github.com/jose-renato-m/database-upload

# Enter into the directory
$ cd database-upload

# Install dependencies
$ yarn

# Start the server
$ yarn dev:server

Obs.: for database building and development it has been used postgreSQL, using docker for database's upload and DBeaver for tables' visualization.


Made with πŸ’™ by JosΓ© Renato Montagnana πŸ‘‹πŸ» Get in touch!

About

Challenge #06 of Rocketseat School's Bootcamp GoStack, which aims to continue developing the transaction management's app which has been started in challenge #05, but now including the use of database with TypeORM and files' upload with Multer.


Languages

Language:TypeScript 75.9%Language:JavaScript 24.1%