diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-30 20:23:14 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-30 20:23:14 +0200 |
| commit | 7af3095f47758010726b9bfba02f40847a02e5a3 (patch) | |
| tree | a2ff17a93a622233447e4a15790c8f18435370f6 /README.md | |
| parent | 7c5ca9fdcafcec0e3781ed856eba42cd608f0e15 (diff) | |
readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4e0e0b1 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# cortex + +### requirements + +* Node.js 6+ +* MySQL +* Python 2.7 +* Tensorflow 1.2 + +### installation + +``` +npm install +npm install knex -g +knex migrate:latest +``` + +### running the server + +``` +npm start +``` + +The server will be running on http://lvh.me:5858/ or whichever port is specified in `.env` + |
