Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Releases: seanjs-stack/seanjs

Update all dependencies

15 Jun 18:43
Compare
Choose a tag to compare
v0.0.2

Fix tests with new sequelizejs updates

Initial release

08 Mar 08:25
Compare
Choose a tag to compare

SEAN.JS is a Full-Stack Javascript for an easy starting point with SequilizeJS, ExpressJS, AngularJS and NodeJS based applications.
It is designed to give you a quick and organized way to start developing SEAN based web apps.

Configured with

  • RedisStore: Redis session store backed by node_redis, and is insanely fast!
  • ACL: An Access Control List module, based on Redis with Express middleware support
  • Async: Higher-order functions and common patterns for asynchronous code
  • Passport: Simple, unobtrusive authentication for Node.js (Facebook, Twitter, LinkedIn, Google and PayPal)
  • Socket.io: Node.js realtime framework server
  • reCaptcha: Tough on bots Easy on humans
  • Nodemailer: Send e-mails with Node.JS – easy as cake!
  • And many more...
Using Yeoman Generator:

Check SEAN.JS Stack Official Yeoman Generator

Using Command Line:

For MySQL, MariaDB, SQLite and MSSQL

Please replace:

And update your database in the config/env/

$ git clone https://github.com/seanjs-stack/seanjs.git seanjs
$ cd seanjs
$ sudo npm install -g bower
$ sudo npm install -g grunt-cli
$ sudo npm install

You might notice some errors but if you hit node server.js and it's working, simply ignore them.

$ bower install --alow-root
$ node server.js