https://travis-ci.org/gaetani/blabbling-server.svg?branch=master
https://david-dm.org/gaetani/blabbling-server.svg
Blabbing forum web is a challenge for Vanhack, main purpose is to built a simple Forum APP.
Clone this repo to your desktop and run npm install to install all the dependencies.
You might want to look into config.json to make change the port you want to use and set up a SSL certificate.
Clone or fork this repo.
git clone https://github.com/gaetani/blabbling-web
Node 8
Install via nvm https://github.com/creationix/nvm or directly
After you clone this repo to your desktop, go to its root directory and run npm install to install its dependencies.
Once the dependencies are installed, you can run npm start to start the application. You will then be able to access it at localhost:3000
To give yourself administrator permissions on the chat, you will have to type /role [your-name] in the app console.
Working in progress
- Fabiano Gaetani - Initial work - Gaetani
This project is licensed under the MIT License - see the LICENSE.md file for details