dordetto / gostack-desafio-database-relations

Gostack Desafio Database Relations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ Challenge: Database Relations πŸš€

This is the ninth challenge from the Rocketseat GoStack Bootcamp. In this challenge, it was developed the back-end of a small e-commerce, wich is possible to create customers, products and orders. It was used Node, TypeScript, TypeORM, PostgreSQL, ManyToMany relationships and some concepts of architecture, design patterns and SOLID principles.

Objective β€’ Technologies β€’ How to run the application β€’

πŸ’‘ Objective

This application consists in a small e-commerce, which is possible to create customers, products and orders, allowing the customer to generate new purchase orders for certain products.

πŸš€ Technologies

It was used these technologies in this challenge.

πŸ’» How to run the application

Pre Requiriments

You will need these tools instaled in your machine:

# Clone this repository
$ git clone https://github.com/yesminmarie/desafio09-database-relations

# Go into the folder of the project
$ cd desafio09-database-relations

# Install the dependencies
$ yarn

# If you want to test the project
$ yarn test

#If you want to run the project in developer mode
yarn dev:server

Made with ❀️ by Yesmin Marie

About

Gostack Desafio Database Relations


Languages

Language:TypeScript 90.4%Language:JavaScript 9.6%