Skip to content

Serve-R-us/database-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Requirements

Flask

Install python modules Flask and MySQL-python

pip install Flask

and

pip install MySQL-python

Testing API

To make calls to the API for testing purposes, a simple script was designed with node. To install node:

apt-get install -y nodejs

To execute the tests, the node modules included in the package.json must first be installed with the node package manager (npm):

npm install

To run the test:

node api_test.js

About

Final Lab Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors