Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 1.62 KB

README.md

File metadata and controls

60 lines (34 loc) · 1.62 KB

codecov

https://travis-ci.org/gaetani/blabbling-server.svg?branch=master

https://david-dm.org/gaetani/blabbling-server.svg

Blabbing Web

Blabbing forum web is a challenge for Vanhack, main purpose is to built a simple Forum APP.

Getting Started

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.

Prerequisites

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

Installing

After you clone this repo to your desktop, go to its root directory and run npm install to install its dependencies.

Usage

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.

Deployment

Working in progress

Built With

  • NodeJS - The application server.
  • Mongoose - elegant mongodb object modeling for node.js

Authors

  • Fabiano Gaetani - Initial work - Gaetani

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments