Skip to content

luckyscript/Loker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published