git 테스트

sbkwgh 0e094ec8fd For poll vote route redirect to get poll route 8 년 전
config cacfe862c4 Add sessionSecret variable 8 년 전
lib df0a8eea88 Try to fix socket.io bug - still doesn't work but code in place for what *should* work (i.e. reloading the session in socket.io when users sends login message 8 년 전
migrations c8eb10feb1 Add migration for unique username attribute 8 년 전
models c7e94d59ca Associate poll quesiton with thread and add test case constraints 8 년 전
routes 0e094ec8fd For poll vote route redirect to get poll route 8 년 전
test 0e094ec8fd For poll vote route redirect to get poll route 8 년 전
.gitignore df0a8eea88 Try to fix socket.io bug - still doesn't work but code in place for what *should* work (i.e. reloading the session in socket.io when users sends login message 8 년 전
LICENSE 2e15a2ca14 Create LICENSE 8 년 전
README.md 2af0626f3d Create README.md 8 년 전
package.json df0a8eea88 Try to fix socket.io bug - still doesn't work but code in place for what *should* work (i.e. reloading the session in socket.io when users sends login message 8 년 전
server.js 62ad392607 Add poll POST route and tests 8 년 전

README.md

forum-backend

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