https://github.com/pineberrycode/project-ucv-web-platform
Web platform based on control of stock and sale π¨βπ».
https://github.com/pineberrycode/project-ucv-web-platform
java javascript jpa jwt-authentication mssql mssqldatabase mustache reactjs sql sql-server
Last synced: 5 months ago
JSON representation
Web platform based on control of stock and sale π¨βπ».
- Host: GitHub
- URL: https://github.com/pineberrycode/project-ucv-web-platform
- Owner: PineberryCode
- License: gpl-3.0
- Created: 2023-10-10T19:16:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T16:09:36.000Z (almost 2 years ago)
- Last Synced: 2025-09-02T06:38:21.240Z (5 months ago)
- Topics: java, javascript, jpa, jwt-authentication, mssql, mssqldatabase, mustache, reactjs, sql, sql-server
- Language: Java
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ucv-web-platform
Web system based on control of stock and sale π¨βπ».
### Warning:
Leer el archivo [**CONTRIBUTING**](https://github.com/PineberryCode/project-ucv-web-platform/blob/master/CONTRIBUTING.md) antes de colaborar.
#### Windows
`
./mvnw.cmd spring-boot:run
`
#### Distribuciones Linux
`
./mvnw spring-boot:run
`
###### Pre requisitos:
- Utilizar el gestor de base de datos **MSSQL**.
- Descargar y compilar el script de la [base de datos](https://github.com/PineberryCode/project-ucv-web-platform/blob/master/sql/websystemdb.sql).
- - -
> [!NOTE]
> Debes cambiar el usuario y contraseΓ±a en el archivo [.properties](https://github.com/PineberryCode/project-ucv-web-platform/blob/master/src/main/resources/application.properties)
```TXT
// Set up these
spring.datasource.username=sa
spring.datasource.password=1234567890
```
- - -