Get Started

A multi platform rails like framework made for Node.js.


New to Node?

Before you continue, install the latest version of Node.js.

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.

Go to Node.js

New to MongoDB?

By default in Apogee the database is MongoDB, so if you don't change, please before you continue install the latest version of MongoDB.

MongoDB is an open-source, document database designed for ease of development and scaling.

Go to MongoDB

Installing Apogeu

$ npm install apogeu -g

Creating your app

To generate a new app

$ apogeu new my-project

You should see:

info: my-project app created

Now just start your new Apogee app:

$ cd my-project
$ apogeu start

Now you can go to localhost:3000 to see your homepage.