项目作者: samsonmaconi

项目描述 :
Finn AI Code Challenge
高级语言: JavaScript
项目地址: git://github.com/samsonmaconi/finn.ai-challenge.git
创建时间: 2020-03-11T16:54:56Z
项目社区:https://github.com/samsonmaconi/finn.ai-challenge

开源协议:

下载


finn.ai-challenge

Finn AI Code Challenge

Documentation

Review the Postman Documentation for API examples.

Execution Instructions

API Unit Testing Instructions

  • Navigate to /server/flask.service
  • Install the required python packages and start the Flask Service using the commands at the top of the app.py file
  • Navigate to /server/express.service
  • run npm i to install the required packages
  • run npm start to start the service
  • run npm test to execute the tests