Skip to content

IamPurpleRed/Simple_Comment_Board_Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Comment Board

tag: GitHub, Node.JS

This repository is just a template. I have removed some config varibles like Firebase settings. You can click here to see the release.

Introduction

This repository is an simple SPA which everyone can leave a comment. You can decide your comment is public or private. If you choose public(uncheck the checkbox) and click the submit button, your comment will be displayed on this page immediately, without any redirecting.
And it's also my mid-term goal of my learning pathway—creating an API for Flutter APP.



Tools & Enviroments


Node.JS Packages

  • yarn
  • express
  • firebase-admin
  • ejs
  • dotenv
  • serve-favicon

Make sure you have installed all the tools & packages before running.


Notice

There are 4 config varibles I have removed, you should add the value on .env file before running.
If you run it on your PC, the default port is 3000.