Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```