Project | Technologies | Services Used | Getting Started | How To Use | Features | License
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.
This project was developed using these techs:
- GitHub
- Docker
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 -
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
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
The main features of the application are:
- Consume Database using TypeORM
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