Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clinical-meteor/app-support-forum
Clinical support forum built on Meteor.
https://github.com/clinical-meteor/app-support-forum
Last synced: about 1 month ago
JSON representation
Clinical support forum built on Meteor.
- Host: GitHub
- URL: https://github.com/clinical-meteor/app-support-forum
- Owner: clinical-meteor
- Created: 2014-05-27T02:47:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-08T18:17:27.000Z (almost 10 years ago)
- Last Synced: 2024-10-29T16:26:34.641Z (2 months ago)
- Language: CSS
- Size: 29.1 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
clinical-support-forum
==========Meteor bulletin-board system (BBS) and help/discussion forum.
![travis-build](https://travis-ci.org/awatson1978/clinical-support-forum.svg?branch=master)
Installation
------------------------````sh
# Should be as simple as cloning the repository...
git clone https://github.com/awatson1978/clinical-support-forum.git# And then running it...
meteor
````Default Users
------------------------````js
{
username: 'sysadmin',
password: 'sysadmin',
email: '[email protected]'
role: 'Admin',
}{
username: 'janedoe',
password: 'janedoe',
email: '[email protected]',
role: 'User'
}{
username: 'johndoe',
password: 'johndoe',
email: '[email protected]',
role: 'User'
}
````TODO LIST
------------------------
- wrapbootstrap landing page
- swipeleft/swiperight
- admin: delete user
- admin: graytext moderation
- post: preview post
- post: tone/grammar check
- admin: add 'report a bug' url fieldLicensing
------------------------MIT License. Use as you wish, including for commercial purposes.