Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 362 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 362 Bytes

Simple node anon chat

DEMO CHAT

Written with node.js, express, mongoDb, materialise CSS .

It is test task)

Deployed and live now on HEROKU and MLAB.

commands to start locally

Start mongo: mongod --dbpath C:/data/db or npm run mongo-local Start server: npm run start