Suicchi / CNT

Node express app with personal to dos, public chatroom, notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CNT

Node express app with personal to dos, notes

Attempting to make a public chat. As of now, I'm not using any front-end JavaScript frameworks like React or Angular.

Technologies being used

Backend

  • Nodejs
  • Express
  • Socket.io
  • Handlebars template engine
  • Passport
  • Mongoose

Database

  • MongoDB

Frontend

  • Materialize CSS
  • CKEDITOR 5
  • jQuery

Inside the configs folder, create a 'configs.env' file if you don't already have one. Then set the following ENV variables. Don't put the <>

PORT = <PORTNUMBERFORAPP>
MONGO_URI = mongodb://<username>:<password>@<host>:<port>/<dbname>
SESSIONSECRET=<MYSESSIONSECRET>

About

Node express app with personal to dos, public chatroom, notes


Languages

Language:JavaScript 62.3%Language:Handlebars 34.0%Language:CSS 3.7%