git 테스트

sbkwgh 8748801192 Allow user to select non-default color há 8 anos atrás
config cacfe862c4 Add sessionSecret variable há 8 anos atrás
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 há 8 anos atrás
migrations c8eb10feb1 Add migration for unique username attribute há 8 anos atrás
models 9610430343 Add PUT route for category with tests há 8 anos atrás
routes 8748801192 Allow user to select non-default color há 8 anos atrás
test 8748801192 Allow user to select non-default color há 8 anos atrás
.gitignore 05d95c1f3e Include config.js há 8 anos atrás
LICENSE 2e15a2ca14 Create LICENSE há 8 anos atrás
README.md 2af0626f3d Create README.md há 8 anos atrás
package.json 6855ff4661 Add express socket-io package to connect express session with socketio session há 8 anos atrás
server.js 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 há 8 anos atrás

README.md

forum-backend

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