Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
/ new-tutorial Public archive

An Actionhero Tutorial with Sequelize Models

Notifications You must be signed in to change notification settings

actionhero/new-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Actionhero Tutorial

Node.js CI

visit www.actionherojs.com for more information

This tutorial showcases a realistic Actionhero project. In addition to the actionhero project, it uses the ah-seqeulzie-plugin to use models and migrations against a Postgres database.

To install:

You will need node.js, npm, redis, and postgres available.

npm install

To Run:

npm start

To Test:

npm test