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 •
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.It was used these technologies in this challenge.
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