Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.26 KB

File metadata and controls

36 lines (30 loc) · 1.26 KB

Node.js application build with Express 4, Typescript 1.7.5, Sequelize ORM(MySQL ORM), and epiloge (for automatic REST endpoints)

Continuous Integration at circleCi.com

Node.js application with unit test and integration test build with Express 4.x, TypeScript 1.7.x, Sequelize ORM(MySQL ORM), and epiloge (for automatic REST endpoints)

Generated with

Requirements

Have Node.js and npm installed.

How to run

npm install -g gulp
npm install -g typescript
npm install -g typings
npm install
gulp serve

Contributions

This is not an active repo, but feel free to send any PR :)

Licence

MIT, tl;dr - use however you want.