git 테스트

sbkwgh ae69c4ba56 Add new-thread route %!s(int64=8) %!d(string=hai) anos
config cacfe862c4 Add sessionSecret variable %!s(int64=8) %!d(string=hai) anos
lib a614022e88 Move from using params on User instance for permissions to a dedicated Ban model, move methods in permissions.js file to class methods on Ban model %!s(int64=8) %!d(string=hai) anos
migrations c8eb10feb1 Add migration for unique username attribute %!s(int64=8) %!d(string=hai) anos
models 357432c8b2 Fixes for tests and their implementations %!s(int64=8) %!d(string=hai) anos
routes ae69c4ba56 Add new-thread route %!s(int64=8) %!d(string=hai) anos
test 5dd717f960 Add routes for analytics page %!s(int64=8) %!d(string=hai) anos
.gitignore 05d95c1f3e Include config.js %!s(int64=8) %!d(string=hai) anos
LICENSE 2e15a2ca14 Create LICENSE %!s(int64=8) %!d(string=hai) anos
README.md 2af0626f3d Create README.md %!s(int64=8) %!d(string=hai) anos
package.json 6855ff4661 Add express socket-io package to connect express session with socketio session %!s(int64=8) %!d(string=hai) anos
server.js 79bc92d66e Add log route %!s(int64=8) %!d(string=hai) anos

README.md

forum-backend

This is the backend (or 'api component') of the forum software to go along with the corresponding frontend project.