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
- Host: GitHub
- URL: https://github.com/webmasterdevlin/asp-net-core-svelte-spa-train-ticket-vendo-machine
- Owner: webmasterdevlin
- Created: 2022-05-19T13:41:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T11:41:51.000Z (over 3 years ago)
- Last Synced: 2025-10-03T13:51:54.354Z (3 months ago)
- Language: C#
- Size: 996 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

---
#### Sample Data in SQLite

---
#### Svelte Automated Tests

---
#### ASP.NET Core 6 Automated Tests

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