Web forum experiment weekend project
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Alexander Bass f219a2fe41 initial commit 1 year ago
css initial commit 1 year ago
migrations initial commit 1 year ago
static initial commit 1 year ago
views initial commit 1 year ago
.gitignore initial commit 1 year ago
README.md initial commit 1 year ago
buildstyle.js initial commit 1 year ago
index.js initial commit 1 year ago
makefile initial commit 1 year ago
package.json initial commit 1 year ago
screenshot.png initial commit 1 year ago

README.md

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