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

https://github.com/luckyscript/loker


https://github.com/luckyscript/loker

mongodb nodejs redis

Last synced: 4 months ago
JSON representation

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