Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 field

Licensing
------------------------

MIT License. Use as you wish, including for commercial purposes.