An open API service indexing awesome lists of open source software.

https://github.com/a7ul/qrentryapp


https://github.com/a7ul/qrentryapp

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# QR App

a [Sails](http://sailsjs.org) application

how to start
============

in root folder:

npm install

in assets folder:

npm install
bower install

to run app :
------------

in root folder :

grunt
sails lift

Run mongo :

mongod --dbpath some_path_to_db_folder

in assets folder :

grunt serve
(here grunt serve doesnt actually create a server because that is being done by sails)

then, go to :

a [localhost:1337/app/index.html](localhost:1337/app/index.html)