Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amorimjj/messageboard1
https://github.com/amorimjj/messageboard1
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amorimjj/messageboard1
- Owner: amorimjj
- Created: 2015-11-27T22:30:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T12:58:35.000Z (almost 9 years ago)
- Last Synced: 2023-05-21T01:40:16.684Z (over 1 year ago)
- Language: CSS
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
To build this project, you’ll need run:
npm install;
bower install;
grunt build; #optional. Just to production environmentThis application is started by:
node --harmony ./server.jsTest using grunt+jasmin. You can run using:
grunt test; #Tests result are showing in console. It was made thinking to use in deploy’s scriptIssues:
Backend doesn’t save data in mongodb, just in memory. Simple to change, but I prioritized what was required;
Message list haven’t pagination. My idea was use infinite scroll, but I just found a plugin that uses jQuery and I decided don’t use it.COMMENTS:
I decided to build a simple message board based on the instruction received and don’t use ticket system, because it’s just a test project, but in a real project, more information should be required to understand customer expectations.