Web forum experiment weekend project
Go to file
2023-04-13 15:21:17 -04:00
css initial commit 2023-04-13 15:21:17 -04:00
migrations initial commit 2023-04-13 15:21:17 -04:00
static initial commit 2023-04-13 15:21:17 -04:00
views initial commit 2023-04-13 15:21:17 -04:00
.gitignore initial commit 2023-04-13 15:21:17 -04:00
buildstyle.js initial commit 2023-04-13 15:21:17 -04:00
index.js initial commit 2023-04-13 15:21:17 -04:00
makefile initial commit 2023-04-13 15:21:17 -04:00
package.json initial commit 2023-04-13 15:21:17 -04:00
README.md initial commit 2023-04-13 15:21:17 -04:00
screenshot.png initial commit 2023-04-13 15:21:17 -04:00

Web Forum Experiment

This is a weekend project I made to gain a better understanding of databases. It's a simple message board forum where users can create threads and messages within those threads. It is written in JavaScript using the Express framework, with SQLite for a database. I don't intend to develop this any further.

Installing Dependencies

npm install

Running

If you have GNU make installed:

make dev

or if not:

npx nodemon --ignore ./sessions/ -e js,mjs,json,scss index.js

Then you can go to localhost:3333 in your browser to view the forum.

Screenshot