Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/islamhaqq/expressapp
Express & NodeJS. Server, routes, handlebars, bootstrap, ports, middleware, app.use, app.get, catching & throwing errors, handling forms, file uploads, cookies, sessions, reading/writing files, and more
https://github.com/islamhaqq/expressapp
Last synced: 5 days ago
JSON representation
Express & NodeJS. Server, routes, handlebars, bootstrap, ports, middleware, app.use, app.get, catching & throwing errors, handling forms, file uploads, cookies, sessions, reading/writing files, and more
- Host: GitHub
- URL: https://github.com/islamhaqq/expressapp
- Owner: islamhaqq
- Created: 2016-06-29T22:07:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T10:35:44.000Z (almost 8 years ago)
- Last Synced: 2024-09-13T15:42:35.132Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 771 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express Application
Express & NodeJS. Configuring server, routes, handlebars, bootstrap, ports, middleware, app.use, app.get, catching & throwing errors, handling forms, file uploads, cookies, sessions, reading/writing files, and more
## Deployment
### Start web server
Run the express web server
```cli
$ npm start
localhost:3000
```