diff options
author | neodarz <neodarz@neodarz.net> | 2017-03-10 12:01:04 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-03-10 12:01:04 +0100 |
commit | 9c5a3c3b5e905bbf5934a2e9630585502c14cfdc (patch) | |
tree | c22bc3b717272b4725ce2449dbc5f5560bbeb62b | |
parent | 33ab470b39edfe2caa12dd55b8a307ce6ededb34 (diff) | |
download | the_transcriber_backend-9c5a3c3b5e905bbf5934a2e9630585502c14cfdc.tar.xz the_transcriber_backend-9c5a3c3b5e905bbf5934a2e9630585502c14cfdc.zip |
Add some documention
Diffstat (limited to '')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -20,6 +20,18 @@ Ready to run in production? Please * Mailing list: http://groups.google.com/group/phoenix-talk * Source: https://github.com/phoenixframework/phoenix +## Usage of the WEB application + +Visit [`localhost:4000`](http://localhost:4000) from your browser. + +List of the files : +[`localhost:4000/audio_file/`](http://localhost;4000/audio_file/) + +Add a file : +[`localhost:4000/audio_file/new`](http://localhost;4000/audio_file/new) + +For show, delete or edit you can use the boutons in the list of the file. + ## Usage of the api: To upload a file: |