netwarp / POC_boards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boards Engine Proof of Concept

Hi.
Welcome to this project.
This is a project to make your own boards engine.
This is inspired by 4chan, 2chan, 8ch... \

Installation

  • Nodejs
  • PGSQL

Configuration

  • create the database with psql
  • copy the file main.sql in psql
  • cp env.example.json env.json
  • npm install
  • npx nodemon index.js
  • npx rollup -c -w
  • create a account on mailgun
  • edit .env

Licence

WTFPL

About


Languages

Language:JavaScript 46.5%Language:HTML 44.8%Language:SCSS 8.7%