Skip to content

Commit

Permalink
Merge pull request #7 from neozhu/sveltekit
Browse files Browse the repository at this point in the history
✨ project struct refactoring
  • Loading branch information
neozhu authored Jan 7, 2024
2 parents edf1e4b + 63ed77d commit 725264b
Show file tree
Hide file tree
Showing 67 changed files with 1,331 additions and 429 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
408 changes: 10 additions & 398 deletions .gitignore

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added .vs/MailScan.Blazor/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1,011 changes: 1,011 additions & 0 deletions .vs/MailScan.Blazor/config/applicationhost.config

Large diffs are not rendered by default.

Binary file added .vs/MailScan.Blazor/v17/.futdcache.v2
Binary file not shown.
Binary file added .vs/MailScan.Blazor/v17/.suo
Binary file not shown.
284 changes: 284 additions & 0 deletions .vs/MailScan.Blazor/v17/DocumentLayout.json

Large diffs are not rendered by default.

Binary file added .vs/MailScan.Blazor/v17/HierarchyCache.v1.txt
Binary file not shown.
Binary file added .vs/MailScan.Blazor/v17/TestStore/0/000.testlog
Binary file not shown.
Binary file not shown.
Binary file added .vs/MailScan.Blazor/v17/fileList.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
47 changes: 26 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,31 @@ Built with the latest .NET 8 framework, MailScan combines robust performance wit
## Getting Started

### Prerequisites
- .NET 8 SDK
- A compatible web browser
- A camera-equipped device for scanning

### Installation
1. Clone the repository:
```bash
git clone https://github.com/neozhu/mailscan
```
2. Navigate to the project directory:
```bash
cd MailScan
```
3. Run the application:
```bash
dotnet run
```
- sveltekit
- PocketBase


## Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

To create a production version of your app:

```bash
npm run build
```

You can preview the production build with `npm run preview`.


### Usage
1. Open the app in a web browser.
Expand All @@ -47,10 +55,7 @@ Built with the latest .NET 8 framework, MailScan combines robust performance wit
4. Database Lookup: It uses these names to search a database for the employee's details, including their department and office address.

## Technologies Used
- Blazor Server Application
- .NET 8
- Optical Character Recognition (OCR) technology
- Tesseract 5
- Type Script
- Docker

## Contributing
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 0 additions & 10 deletions src/mailscankit/.gitignore

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 725264b

Please sign in to comment.