#Run
- mongod
- npm start
Collaborative web app to Chat, Layout(QuickSketch), and Estimate board-feet for woodworking projects.
- MEAN stack with Socket.io
- Passport Local for Authentication
#Login Express Frontend
- main.html
- login.html (already a user)
- signup.html (new user)
- redirect to dashboard.html (landing page for Angular app)
#Dashboard ###Chat
- socket.io connect
- saves messages to MongoDB/3WireChat {messages}
- uploads old messages if any available.
- chat name at bottom left
- chat window sized to fit max height available.
- message screen scrollable
###Draw
- looking to create quick sketch
- inspiration sketch.io/sketchpad
- save projects locally or to MongoDB for print/use
###Calc