https://github.com/luckyscript/loker
https://github.com/luckyscript/loker
mongodb nodejs redis
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luckyscript/loker
- Owner: luckyscript
- Created: 2017-02-04T04:31:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-04T04:32:35.000Z (over 8 years ago)
- Last Synced: 2024-12-31T13:18:05.562Z (6 months ago)
- Topics: mongodb, nodejs, redis
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loker forum
Loker is a forum build with node.js, express,mongoDB,Redis.## architecture:
```
├── bin(execute script)
├── controllers(handle models)
├── models(mongoose models)
├── node_modules
├── public(static file)
├──── images
├──── lib
├──── stylesheets
├── routes
├── views(front end view)
├────common
├── app.js(main app)
├── README.md
└──package.json (npm config)
```
## setup
1. setup mongoDB and Redis,ensure service start and port is default.
2. git clone https://github.com/luckyScript/loker
3. npm install
4. npm start## TODO
1. project testfile
2. add invite code arithmetic
3. add email for register
4. user control center# LICENSE
MIT