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
- Host: GitHub
- URL: https://github.com/jun85664396/virtualtextrepository
- Owner: jun85664396
- Created: 2014-11-18T01:14:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-19T06:43:32.000Z (over 11 years ago)
- Last Synced: 2025-03-20T00:03:51.149Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 531 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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