Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anistark/ghost

An online editor in the making in node.js
https://github.com/anistark/ghost

expressjs ghost javascript mongodb nodejs online-editor

Last synced: 14 days ago
JSON representation

An online editor in the making in node.js

Awesome Lists containing this project

README

        

ghost
=====

[![Join the chat at https://gitter.im/anistark/ghost](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/anistark/ghost?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

An online editor in the making in [node.js](http://nodejs.org/)

Currently:

Displays a normal text editor. Made in accordance with [Ace Editor](http://ace.c9.io/). Using [monogjs](http://mafintosh.github.io/mongojs/) for [monogodb](http://www.mongodb.org/).

To run locally:
```
npm install
```
This installs all the necessary dependencies. Make sure you install ALL the dependencies before proceeding.

As a database, mongodb has been used. So, you'll need to start mongodb in a terminal.
Open a new terminal and start your mongodb server
```
mongod
```
Now you are ready to run:
```
node app.js
```

Visit on your favorite browser:

localhost:1992

Contributions and Ideas welcome.