当前位置: 首页 > 软件库 > Web应用开发 > >

node-express-postgresql-sequelize

授权协议 MIT License
开发语言 JavaScript
所属分类 Web应用开发
软件类型 开源软件
地区 不详
投 递 者 叶英哲
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Node.js, Express.js, Sequelize.js and PostgreSQL RESTful API

This source code is part of Node.js, Express.js, Sequelize.js and PostgreSQL RESTful API tutorial.

To run locally:

  • Make sure you have install and run PostgreSQL server
  • Create database with the name same as in config file
  • Run npm install or yarn install
  • Run sequelize db:migrate
  • Run nodemon or npm start
  • 在实现基于node+express实现基于API后端开发时,操作数据库可自己通过SQL实现。但发现基于node的工具Sequelize 能更好的实现。 Sequelize https://itbilu.com/nodejs/npm/VkYIaRPz-.html此为工具的具体文档。与laravel框架一样实现数据库创建,迁移等一系列工作。 下面链接一个这方面的示例,更好的理解这一工具的应用。 seq

 相关资料
  • Node.jsを使ってアプリケーションを構築しよう 目次 アプリケーションの構造を理解しよう Node.jsについて知ろう Node.jsを使ってみよう Node.jsとExpressの基本 MySQLを使ってデータベースを構築しよう Node.jsとデータベースを接続しよう Node.jsでデータベースからデータを取得して表示させてみよう Node.jsで詳細ページを作ってみよう Node.js

  • Node.js Express & MongoDB: CRUD Rest APIs For more detail, please visit: Node.js, Express & MongoDb: Build a CRUD Rest Api example Server side Pagination in Node.js with MongoDB and Mongoose Security:

  • Node Express Mongoose A boilerplate application for building web apps using express, mongoose and passport. Read the wiki to understand how the application is structured. Usage git clone https://githu

  • RESTful API Node Server Boilerplate A boilerplate/starter project for quickly building RESTful APIs using Node.js, Express, and Mongoose. By running a single command, you will get a production-ready N

  • node-weixin-express是一个基于nodejs为基础,以expressjs作为首选http服务器框架的微信公共账号服务器。 他旨在降低开发微信公共账号时的门槛,节约开发时间。 几个主要目标: 可以直接通过一个命令运行微信公共账号服务(已经完成) 实现基本的微信功能: 验证服务器(已经完成) OAuth 验证API(已经完成) 微信支付API(已经完成) 消息接口API(等待完成) 可

  • Simple Node with Express + MongoDB Server An easy way to get started with a Express server with MongoDB with Node.js. Read more about it. Features Express REST API MongoDB Requirements node & npm git