GithubHelp home page GithubHelp logo

nvdnkpr / otagai.js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maxsvargal/otagai.js

0.0 2.0 0.0 474 KB

Otagai is an architecture application skeleton and framework that allows you to develop websites rapidly in Node.js and Express.

Home Page: http://otagai.maxsvargal.com/

License: MIT License

otagai.js's Introduction

Otagai.js

Otagai is an architecture application skeleton and framework that allows you to develop websites rapidly in Node.js and Express.


See more info on project homepage

How to install

  1. Download and install Node.js, MongoDB and Python (for mongodb bson npm module).

  2. Install otagai.js globally (only for development):

    npm install -g otagai
  3. Navigate to a directory where you have rights to create files, and type:

    otagai new app

    This will create an otagai.js application called App in a directory called app and install the npm dependencies.

  4. Change into the app directory and start development server

    cd app
    otagai server dev

CLI usage

Server

To run application in production mode

otagai server prod

To stop application (you must be in app folder)

otagai server stop

Admin user

otagai createuser -u username -e [email protected] -p password

Creates a superuser account (a user who has all default permissions). This command useful for create initial user account.

Generators

For generate model:

otagai gen model demo -f name:string,count:number

Controller:

otagai gen controller demo

Views:

otagai gen views demo

Scaffold (model, controller, views):

otagai gen scaffold demo -f name:string,count:number

Inspiration

Project based on form5-node-express-mongoose-coffeescript

Otagai.js thinks to develop as modular framework, focused on convenience and speed of development: livereload, fast transparent preprocessing, easy database migrations and deploying. This is collection of massive patterns and best Node.js practicals.

otagai.js's People

Contributors

maxsvargal avatar averrin avatar mvasilkov avatar timsuchanek avatar

Watchers

Navid Nikpour avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.