git 테스트

sbkwgh 62ad392607 Add poll POST route and tests há 8 anos atrás
config cacfe862c4 Add sessionSecret variable há 8 anos atrás
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 há 8 anos atrás
migrations c8eb10feb1 Add migration for unique username attribute há 8 anos atrás
models 62ad392607 Add poll POST route and tests há 8 anos atrás
routes 62ad392607 Add poll POST route and tests há 8 anos atrás
test 62ad392607 Add poll POST route and tests há 8 anos atrás
.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 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 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 há 8 anos atrás
server.js 62ad392607 Add poll POST route and tests 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.