Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakutis/codingscene
Web app for coding events, problems, contacts.
https://github.com/jakutis/codingscene
Last synced: 6 days ago
JSON representation
Web app for coding events, problems, contacts.
- Host: GitHub
- URL: https://github.com/jakutis/codingscene
- Owner: jakutis
- License: gpl-3.0
- Created: 2014-02-18T14:20:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-18T19:39:26.000Z (almost 11 years ago)
- Last Synced: 2023-08-03T11:25:24.495Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.org/package/codingscene
- Size: 219 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# codingscene
Web app for coding events, problems, contacts.
- [Overview](#overview)
- [Installation](#installation)
- [CLI](#cli)
- [Development](#development)## Overview
TODO
## Installation
Install with [npm](https://www.npmjs.org/package/codingscene):
$ npm install --global codingscene
In the shell, run `make`.
Then open the webapp in browser, register your demo user.
To confirm the registered user you'll have to either copy confirmation hash from sql codingscene.users.confirmation field, or have a correct smtp configuration.
Then you login and see that there are no events.
Not only that, but there is also no administrator's panel.
You'll have to INSERT your events, activities, tasks, etc. by hand at this point.
Then you look at the source code and see a perfectly engineered mess.
Plus, no unit tests and no acceptance tests.
Better someone else adds the new features.
Or whatever.## CLI
TODO
## Development
TODO