This is a chat application we wrote to learn the basics and the not so basics features of backend and frontend web programing. It leverages Node.js and React as well as complementary technologies such as unit testing with Mocha and Should.js, embeded storage with LevelDB, REST APIs, ... If we have time, we'll also play with GraphQL and Socket.io
Start the web application:
./bin/server.js
Chat is waiting for you at http://localhost:3000Run the tests with mocha:
npm run testSee "../lab.md" for the lab instructions.