git 테스트

sbkwgh a526e111ff Add and implement search test 8 vuotta sitten
config cacfe862c4 Add sessionSecret variable 8 vuotta sitten
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 8 vuotta sitten
migrations c8eb10feb1 Add migration for unique username attribute 8 vuotta sitten
models 9610430343 Add PUT route for category with tests 8 vuotta sitten
routes a526e111ff Add and implement search test 8 vuotta sitten
test a526e111ff Add and implement search test 8 vuotta sitten
.gitignore 05d95c1f3e Include config.js 8 vuotta sitten
LICENSE 2e15a2ca14 Create LICENSE 8 vuotta sitten
README.md 2af0626f3d Create README.md 8 vuotta sitten
package.json 6855ff4661 Add express socket-io package to connect express session with socketio session 8 vuotta sitten
server.js a526e111ff Add and implement search test 8 vuotta sitten

README.md

forum-backend

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