Skip to content

rrc011/Fact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facturation system

This system contains the creation of warehouses, products and customers, to then be able to generate a sale and reports of them

Prerequisites

  • Visual Studio 2019
  • Node Js
  • .NET Core 2.2 SDK

Installing

  • Clone this repo to your desktop and run npm install in client to install all the dependencies.
  • Run the Web Api FacturacionApi
  • In the client run npm run dev and open browser in route http://localhost:8080/

commands

npm install
npm run dev

Running the tests

  1. First create a warehouse
  2. Second create a product
  3. Third create a customer
  4. Finally select the customer and products and create a sale

Built With

Authors

Rafael Rodriguez

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published