Skip to content

euqip/meteor-kitchen-myapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

meteor-kitchen-myapp

Meteor kitchen builds a Meteor app with some collections

  • Use the meteor-kitchen GUI to add interfaces

  • download the JSON file on local machine

  • create a meteor folder in user $HOME place the json file in meteor directory

  • build the meteor app with this command line (replace 'myapp' by your own file name)

    • meteor-kitchen myapp.json ./myapp
  • go to directory by typing: cd myapp

  • type meteor

  • open browser at localhost:3000 to start application

  • default admin: UID: [email protected] / PWD: admin

  • default user: UID: [email protected] / PWD: user

  • this application uses tap:i18n module to translate templates, the example shows it in french.

NB: prerequisites: nodejs, meteor, meteor-kithen (see: http://www.meteorkitchen.com/)

to inspect mongodb, use the meteor tools or install mongo-express, a nodejs application accessible at localhost:8081 (admin/pass as UID/PWD, by default)

About

build a meteor application with meteor-kitchen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published