Skip to content

Development of the DSVenda project, this project taught in the week of dev higher 3.0. It consists of a web application where the user views the sales result and the percentage of success of salespeople

License

Notifications You must be signed in to change notification settings

antuniooh/dsVendas-sds3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub language count GitHub repo size GitHub last commit GitHub


Logo

Spring Java TypeScript JavaScript HTML CSS

Table of Contents
  1. About The Project
  2. How To Run

💻 About The Project

Development of the DSVenda project, this project taught in the week of dev higher 3.0. It consists of a web application where the user views the sales result and the percentage of success of salespeople

There is an API developed in Spring Boot, in which requests are registered / removed / edited in the database, this API also returns the available products. In addition, the entire interface is done with the user through a React application that is consuming this Java API.

app

🚀 How To Run

⚠️ For a better experience, open the project in the following link: https://ds-vendas-antonio.netlify.app/ ⚠️

On both Windows and Linux, the execution is done from an IDE of your choice, to run a Java API. The API will be running locally on port 8080.

In addition to the API, it is also necessary to run the React application. For this you must execute:

# Clone the repository
$ git clone https://github.com/antuniooh/dsVendas-sds3.git

# Access the project folder in your terminal / cmd
$ cd dsVendas-sds3/frontend

# Install libs
$ npm install

# Deploy 
$ npm start

The project will be hosted at "localhost:3000"

About

Development of the DSVenda project, this project taught in the week of dev higher 3.0. It consists of a web application where the user views the sales result and the percentage of success of salespeople

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published