SergeyKorochansky / node-tt

Node.js test task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js test task

Content

Demo

View demo.

Admin:

Email: admin@company.com

Password: 123456

Manager:

Email: manager@company.com

Password: 123456

Client:

Email: client@company.com

Password: 123456

Description

This application uses:

  • Platform: Node.js
  • Framework: Express.js
  • Language: CoffeeScript
  • Template engine: Jade
  • Stylesheets preprocessor: LESS
  • Databases: Waterline ORM (MongoDB, MySQL)
  • Build system: Gulp

How to run locally

  1. Install node.js. You can use NVM

  2. Clone this repository:

    $ git clone https://github.com/webzepter/node-tt
    
  3. Change directory to node-tt:

    $ cd node-tt
    
  4. Install project dependencies:

    $ npm install
    
  5. Run server:

    $ npm start
    

Application will be available at http://localhost:3000

How to reset database

If you need to reset database, run:

$ node_modules/.bin/gulp seed

Copyright

This project is released under the MIT license

Copyright (c) 2015 Serhij Korochanskyj.

See LICENSE.txt for further details.

About

Node.js test task

License:MIT License


Languages

Language:CoffeeScript 57.3%Language:HTML 38.3%Language:CSS 4.4%