Czechball / lmg-v2

Web UI for our "WiFi project"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The WiFi Project

Requirements

  • MongoDB
  • NodeJS

Installation

Configure .env

MONGOURL=mongodb://localhost:27017 (if hosting locally)
EXPRESS_SECRET=<a random string>

Running

Either run statically: node server.js or dynamically, watching changes in code: nodemon server.sj

About

Web UI for our "WiFi project"


Languages

Language:JavaScript 69.7%Language:CSS 20.3%Language:Pug 9.9%Language:Shell 0.0%