Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nsardo/message-drop
A basic Message Board Starter / Example in Meteor
https://github.com/nsardo/message-drop
example example-project javascript message-board meteor meteor-application meteorjs starter-project
Last synced: 21 days ago
JSON representation
A basic Message Board Starter / Example in Meteor
- Host: GitHub
- URL: https://github.com/nsardo/message-drop
- Owner: nsardo
- License: mit
- Created: 2017-06-12T09:08:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T01:25:20.000Z (over 6 years ago)
- Last Synced: 2024-11-13T11:40:36.202Z (3 months ago)
- Topics: example, example-project, javascript, message-board, meteor, meteor-application, meteorjs, starter-project
- Language: JavaScript
- Homepage: https://nsardo.github.io/message-drop/
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# message-drop
A very basic Message Board in Meteor[![GitHub version](https://badge.fury.io/gh/nsardo%2Fmessage-drop.svg)](https://badge.fury.io/gh/nsardo%2Fmessage-drop)
![Gif Cast](https://github.com/nsardo/message-drop/blob/master/message-drop.gif "Visual Demo")
*Functionality:*
- User's can sign-up
- Signed up users can post messages, and delete their own posted messages
- Posted messages are visible to all----
*Usage:*Open the project, and from its main directory, first do an: **npm install**.
Then,
**To run:** cd into project directory and enter: **meteor** on the command line.
**To run Tests:** from within project main directory, on the command line, enter: **npm test**