https://github.com/akellbl4/typeschemaorm
Created with StackBlitz ⚡️
https://github.com/akellbl4/typeschemaorm
Last synced: 12 months ago
JSON representation
Created with StackBlitz ⚡️
- Host: GitHub
- URL: https://github.com/akellbl4/typeschemaorm
- Owner: akellbl4
- Created: 2023-10-14T05:36:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T11:25:49.000Z (about 2 years ago)
- Last Synced: 2025-03-23T23:41:09.368Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://stackblitz.com/edit/stackblitz-starters-rzpj5c
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple express demo
> Express: fast, unopinionated, minimalist web framework for Node.js
This project shows a simple express server serving a single HTML page and using `express.static` to serve static files.
Check out the [express documentation](https://expressjs.com/) for more information.