git 테스트

sbkwgh 1be165df2f Add GET poll route hace 8 años
config cacfe862c4 Add sessionSecret variable hace 8 años
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 hace 8 años
migrations c8eb10feb1 Add migration for unique username attribute hace 8 años
models 64170fba6c Add poll voting route hace 8 años
routes 1be165df2f Add GET poll route hace 8 años
test 1be165df2f Add GET poll route hace 8 años
.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 hace 8 años
LICENSE 2e15a2ca14 Create LICENSE hace 8 años
README.md 2af0626f3d Create README.md hace 8 años
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 hace 8 años
server.js 62ad392607 Add poll POST route and tests hace 8 años

README.md

forum-backend

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