nok-ko / ChessProject

0 stars 0 forks source link

Set Up the Server! #3

Open nok-ko opened 2 years ago

nok-ko commented 2 years ago

Let's write the backend! I think that I'll use Node.js serverside, with express and express-session. And probably SQLite for the database with some connector library or another. I might try to put the whole thing into a Docker container, too… but that could get a bit complicated. Gonna keep it simple for now!

Task List

nok-ko commented 2 years ago

Now live at https://chess.nokko.me!

nok-ko commented 2 years ago

4 Completes part 1 of the backend adventure, on to SQLite and session handling next.