An open API service indexing awesome lists of open source software.

https://github.com/webmasterdevlin/asp-net-core-svelte-spa-train-ticket-vendo-machine


https://github.com/webmasterdevlin/asp-net-core-svelte-spa-train-ticket-vendo-machine

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Train Ticket Machine Fullstack
## ASP.NET Core Net 6
- swagger: https://localhost:7168/swagger/index.html
- endpoint: https://localhost:7168/api/v1/Stations

## Svelte 3 plus TypeScript and Vite
- https://localhost:3000/
- to run:

```bash
npm install --force
npm run dev
npm run test
```

---
#### Client App
![screenshot](./screenshot.png)

---
#### Sample Data in SQLite
![screenshot](./screenshot2.png)

---
#### Svelte Automated Tests
![screenshot](./screenshot3.png)

---
#### ASP.NET Core 6 Automated Tests
![screenshot](./screenshot4.png)

---
#### Test Db is SQL Server while Prod is SQLite to quickly run the app locally for POC purposes