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

https://github.com/jun85664396/virtualtextrepository

Virtual Notepad or TextRepository, Node.js
https://github.com/jun85664396/virtualtextrepository

Last synced: about 1 year ago
JSON representation

Virtual Notepad or TextRepository, Node.js

Awesome Lists containing this project

README

          

TextRepository
==============

##USING Virtual Text Repository

1. git clone https://github.com/jun85664396/TextRepository.git

2. npm install

3. Edit config
{
"redis":{
"host":"localhost",
"port":"6379",
"pass":"YOUR PASSWORD",
"repository":"YOUR USING REDIS HASH KEY"
}
}
3. node app.js !

#require

+ node
+ redis-server

#use
+ express
+ ejs
+ redis
+ body-parser