A project about a chat room. 8 week project Submitted on 30-8-2017 Done by: Walid, Islam, Hana and Kefah
The project is a chat room with out login or register, a user can only submit his username
with his message
, the project contains of one page
which is the chatting room page.
- Server side rendering.
- Express framework.
- layouts, views, partials and handlebars.
- Promises.
- Postgres database on Heroku
- Clone the repo from Here
- Cd into the project folder
$ cd room
- Run
$ npm init
- Run
$ npm install
- Run
$ npm run start:watch
- Go to the Chrome browser and type
localhost:4000
in the address bar