Skip to content

The purpose of this project was to learn other ways to use TypeORM - ORM, Raw Query and Query Builder. In order for the challenge to be accepted as completed, all tests had to pass. This project is a model for a challenge proposed in the NodeJS track of IGNITE (Rocketseat Career Acceleration Program). The tests were developed by Rocketseat.

Notifications You must be signed in to change notification settings

deywersonp/desafio03-trilha-NodeJS-database-queries

Repository files navigation

Database Queries

Project   |    Technologies   |    Services Used   |    Getting Started   |    How To Use   |    Features   |    License

PRs welcome! License


💻 Project

The purpose of this project was to learn other ways to use TypeORM - ORM, Raw Query and Query Builder. In order for the challenge to be accepted as completed, all tests had to pass. This project is a model for a challenge proposed in the NodeJS track of IGNITE (Rocketseat Career Acceleration Program). The tests were developed by Rocketseat.

The tests were developed by Rocketseat.



🚀 Technologies

This project was developed using these techs:


👨‍🔧 Services Used


🎮 Getting Started

If you want run this code, you can start cloning the repository using HTTP or SSH key.

  • Open your git

  • Type git clone

  • Insert the HTTP or SSH key (on windows, shift + insert to paste on gitBash)

  • You can find this HTTP or SSH Key by clicking on Code on the top right in this repository image

  • Once cloned you can open the project in your IDE and enter the codes below in the IDE terminal

yarn To add the dependencies on the project


Dependencies

Dev Dependencies


📌 How to Use

1 - Open the aplication on your IDE

2 - Run

docker run --name ignite-challenge-database-queries -e POSTGRES_DB=queries_challenge -e POSTGRES_PASSWORD=docker -p 5432:5432 -d postgres

To create a database on PostgreSQL

3 - yarn test to run the tests


🕵 Features

The main features of the application are:

  • Consume Database using TypeORM

📝 License

This project is under MIT license.


In case of sensitive bugs like security vulnerabilities, please contact deywerson.pereira@gmail.com directly instead of using issue tracker. We value your effort to improve the security and privacy of this project!



Please follow on github and join us! Thanks for visiting me and good coding!

Made with ♥ by Deywerson Pereira

About

The purpose of this project was to learn other ways to use TypeORM - ORM, Raw Query and Query Builder. In order for the challenge to be accepted as completed, all tests had to pass. This project is a model for a challenge proposed in the NodeJS track of IGNITE (Rocketseat Career Acceleration Program). The tests were developed by Rocketseat.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published