Skip to content

dordetto/gostack-desafio-database-relations

Repository files navigation

🚀 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.

ObjectiveTechnologiesHow 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published