Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anumit-web/express-2-image-files
Image file
https://github.com/anumit-web/express-2-image-files
Last synced: about 2 months ago
JSON representation
Image file
- Host: GitHub
- URL: https://github.com/anumit-web/express-2-image-files
- Owner: anumit-web
- License: gpl-3.0
- Created: 2024-04-10T20:35:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T22:35:03.000Z (9 months ago)
- Last Synced: 2024-04-11T01:47:55.662Z (9 months ago)
- Language: JavaScript
- Size: 6.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Express-2-Image-Files
Image filehttps://expressjs.com/en/starter/hello-world.html
https://expressjs.com/en/starter/static-files.html
https://www.digitalocean.com/community/tutorials/nodejs-serving-static-files-in-express
node app.js
http://localhost:3000/
https://stackoverflow.com/questions/29820791/git-ignore-node-modules-folder-everywhere
npm init
npm install express
http://localhost:3000/images/Ringstrilogyposter.jpg
from /public/images/Ringstrilogyposter.jpg
http://localhost:3000/css/style.css
from /public/css/style.css