Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrekuratomi/storagelogistic
Fullstack CRUD application for products storage logistics with PDF reports. MVC pattern.
https://github.com/andrekuratomi/storagelogistic
csharp dotnet itext7 sqlite3
Last synced: about 1 month ago
JSON representation
Fullstack CRUD application for products storage logistics with PDF reports. MVC pattern.
- Host: GitHub
- URL: https://github.com/andrekuratomi/storagelogistic
- Owner: AndreKuratomi
- Created: 2024-09-06T17:16:56.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-16T19:52:48.000Z (3 months ago)
- Last Synced: 2024-11-21T22:49:54.570Z (about 1 month ago)
- Topics: csharp, dotnet, itext7, sqlite3
- Language: C#
- Homepage:
- Size: 906 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StorageLogistic
- [Translations](#translations)
- [About](#about)
- [Installation](#installation)
- [References](#references)
- [Terms of use](#terms-of-use)
## Translations
- [π§π· PortuguΓͺs brasileiro / Brazilian portuguese](./.multilingual_readmes/README_pt-br.md)
- [π¬π§ / πΊπΈ English](https://github.com/AndreKuratomi/StorageLogistic)
## About
The application StorageLogistic is purposed to be a simple products storage prototype, with products register, manipulation and creation of PDF reports. This application uses the MVC pattern.
This application uses the language [C#](https://dotnet.microsoft.com/pt-br/download/), its framework [dotnet](https://dotnet.microsoft.com/pt-br/download/) and the database [SQLite3](https://docs.python.org/3/library/sqlite3.html).
This project was originally developed for OS Linux Ubuntu 22.04.
## Installation:
0. It is first necessary to have instaled the following devices:
- The code versioning [Git](https://git-scm.com/downloads).
- A code editor, also known as IDE, [Visual Studio Code (VSCode)](https://code.visualstudio.com/).
- The programming language [C#](https://dotnet.microsoft.com/pt-br/download/).
1. Clone the repository StorageLogistic by your machine terminal or by the IDE's:
```
git clone https://github.com/AndreKuratomi/StorageLogistic.git
```WINDOWS:
Obs: In case of any error message similar to this one:
```
unable to access 'https://github.com/AndreKuratomi/StorageLogistic.git/': SSL certificate problem: self-signed certificate in certificate chain
```Configure git to disable SSL certification:
```
git config --global http.sslVerify "false"
```Enter the directory:
```
cd StorageLogistic
```2. Open the aplication with your IDE:
```
code .
```Install its dependencies:
```
dotnet restore
```3. And run the application:
```
dotnet watch run
```
## References
- [C#](https://dotnet.microsoft.com/pt-br/download/)
- [Git](https://git-scm.com/downloads)
- [SQLite3](https://docs.python.org/3/library/sqlite3.html)
- [Visual Studio Code (VSCode)](https://code.visualstudio.com/)
## Terms of use
This project is exclusively for didatic purposes and has no commercial intent.