Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anistark/ghost
- Owner: anistark
- License: mit
- Created: 2014-08-01T06:57:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-12T05:56:16.000Z (over 9 years ago)
- Last Synced: 2023-08-03T17:22:53.266Z (over 1 year ago)
- Topics: expressjs, ghost, javascript, mongodb, nodejs, online-editor
- Language: JavaScript
- Size: 393 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.