Challenge 06 - TypeORM with file upload

Challenge 06 GoStack 13


Repository created to store the application for GoStack challenge 6. This challenge is an application developed in Node.jsT together with Typescript.
First application to have a database - Postgres, in this case - in the bootcamp and, for data manipulation, the Type ORM library was used.

Configuration and instalation

After to clone this repository, run the command below to download all dependences:

yarn

How to run

Run the command below to start the server:

yarn dev:server

How to test the endpoints:

Import the Insomnia collection RequestsChallenge06GoStack and execute.

Made with 💜 by César.