https://github.com/louisguitton/postit-dashboard
A collaborative postit dashboard using websockets
https://github.com/louisguitton/postit-dashboard
express nodejs socket-io
Last synced: 6 months ago
JSON representation
A collaborative postit dashboard using websockets
- Host: GitHub
- URL: https://github.com/louisguitton/postit-dashboard
- Owner: louisguitton
- Created: 2016-01-25T09:29:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T18:36:11.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T03:43:29.629Z (8 months ago)
- Topics: express, nodejs, socket-io
- Language: CSS
- Homepage: https://postit-share.herokuapp.com/
- Size: 822 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Postit Dashboard
> A collaborative postit dashboard using websockets
[](https://hub.docker.com/r/louisguitton/postit-dashboard)
This was built during the [Challenge Fulstack JS Hackathon](http://challengefullstackjs.bemyapp.com) at Ecole42 on Jan 23rd, 2016. The winning team was getting 1500€. We did not win 😂. The task was to build a fullstack JS app in 3 hours.

## Usage
```sh
npm install
node server.js
open http://localhost:8080
```or
```sh
docker build -t postit
docker run -it -p 8080:8080 postit
```or from [Docker Hub](https://hub.docker.com/r/louisguitton/postit-dashboard)
```sh
docker pull louisguitton/postit-dashboard
docker run -it -p 8080:8080 louisguitton/postit-dashboard
```