Skip to content

samsonmaconi/finn.ai-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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