ErkHal / imageboard

MEAN stack imageboard prototype project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FinChan

MEAN stack old-school imageboard project

So far supports only images. Plan is to add more functionalities in the future.

Server needs config.json file to authenticate into MongoDB instance. Here's a template for the file:

{
  "username": "USERNAME",
  "password": "PASSWORD",
  "hostaddress": "HOSTADDR",
  "port": "PORTNUMBER",
  "database": "DBNAME"
}

When you extract the repo, remember to run

npm install

for both front and back-end.

About

MEAN stack imageboard prototype project.


Languages

Language:TypeScript 50.4%Language:JavaScript 26.1%Language:HTML 14.3%Language:CSS 9.2%