New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

express-sweet

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-sweet

Extend Express functionality with Express Sweet and start developing fast, minimal web applications.

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
77
increased by305.26%
Maintainers
1
Weekly downloads
 
Created
Source

Extend Express functionality with Express Sweet and start developing fast, minimal web applications.

Docs

Features

Extend Express functionality with Express Sweet and start developing fast, minimal web applications. The package elements that make up this extension.
In addition, some packages have been customized to make them easier for developers to use.

  • Framework
    The framework uses Expess v4. Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
  • Automatic URL routing
    Express Sweet automatically maps the URL to express.Router defined in the routes directory. See "Routing reference" for details.
  • Model
    The model uses Sequelize v6. Sequelize is a promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server. It features solid transaction support, relations, eager and lazy loading, read replication and more. See the "Model reference" for details.
  • View
    The view template engine uses Handlebars v4. Handlebars is a simple templating language. It uses a template and an input object to generate HTML or other text formats. Handlebars templates look like regular text with embedded Handlebars expressions. See the "View reference" for more details.
  • User authentication
    User authentication uses Passport v0.4.1. Passport is Express-compatible authentication middleware for Node.js. See the "Authentication Reference" for more information.
  • Service
    Express Sweet includes convenient classes for developing applications using "Amazon Rekognition" and classes for easy user authentication. For more information on Rekognition, see "Rekognition Reference".

Installation

This is a Node.js module available through the npm registry.
Before installing, download and install Node.js.
Node.js 0.10 or higher is required.

For details on installing Express Sweet, see the "installation reference".

Quick Start

The easiest way to get started with Express Sweet is to install express-sweet-generator and automatically create a template application.
From the beginning, the template includes the following screen and sample programs such as router, model class, and authentication.
Please refer to these and start developing your application.
See "Express Sweet app generator" for more information on how to use express-sweet-generator.

Login
Home
User list
New user
Edit user

License

MIT

Keywords

FAQs

Package last updated on 02 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc