https://github.com/neem08/mongoose_1
Created with StackBlitz ⚡️
https://github.com/neem08/mongoose_1
Last synced: about 1 year ago
JSON representation
Created with StackBlitz ⚡️
- Host: GitHub
- URL: https://github.com/neem08/mongoose_1
- Owner: Neem08
- Created: 2024-08-03T08:48:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T21:10:56.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T07:58:55.696Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://stackblitz.com/edit/stackblitz-starters-dwyncw
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.