mouracamila / typeorm-relations

Desafio 09: Relacionamentos com banco de dados no Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoStack

Database relationship with Node.Js

Introduction

This application allows the creation of customers, products and orders, and the customer can also generate new purchase orders for certain products, such as small e-commerce.

Main technologies

  • TypeScript
  • NodeJs
  • Typeorm

How to use

  1. Clone this Repository:

    $ git clone git@github.com:mouracamila/typeorm-relations.git

  2. Installing dependencies:

    $ yarn

  3. Running project:

    $ yarn dev:serve

Obs: Yarn should be run where package.json is in your project

After running the project, in your terminal, this message should be displayed:

🚀 Server started on port 3333!

Template from RocketSeat.

About

Desafio 09: Relacionamentos com banco de dados no Node.js


Languages

Language:TypeScript 83.0%Language:JavaScript 17.0%