Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bw98/webservice-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSYE6225-WebService

Install What

1. Python >= 3.6
2. A new conda environment if possible
3. Python libs: see `requirements.txt`. you can execute command to install these libs, for example `pip3 install -r requirements.txt`

How to Start Service

1. run main service file `service_main.py`. for example, `python3 service/service_main.py`

How to Test

1. Use Postman or curl
2. run unittest file to do basic test. for example, `python3 test/test_main.py`

About

Assignment 1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%