Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julian-b90/emma
Duisburger Tafel translation software
https://github.com/julian-b90/emma
Last synced: 9 days ago
JSON representation
Duisburger Tafel translation software
- Host: GitHub
- URL: https://github.com/julian-b90/emma
- Owner: Julian-B90
- Created: 2017-04-04T14:48:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T14:49:23.000Z (almost 8 years ago)
- Last Synced: 2024-11-09T07:25:03.201Z (2 months ago)
- Language: JavaScript
- Size: 737 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emma
Duisburger Tafel translation software### Stack used
- node express
- knex + bookshelf mysql
- vanilla JS / jQuery frontends### Installation
Emma requires [Node.js](https://nodejs.org/) v6+.
Install the dependencies and start the server.
Development
```sh
$ cd emma
$ npm install
$ npm run start:dev
```For production environments...
heroku runs npm run start## Todo
- production database (host, settings, migration...)
- deployment process- post routes for phrases/presets
- translator/editor frontend consume post routes
- dropdown for selection of other presets at /translator
- token refreshing