ga-wdi-boston / team-project

Other
2 stars 39 forks source link

Question about Back End Readme.md #386

Closed kailinc closed 7 years ago

kailinc commented 7 years ago

The situation is that I am writing the readme.md for the back end. One of the action is uploading a file. I am not sure if it is possible to upload a file with a curl script. Should I not include curl scripts for that part or should I explain how uploads are created in the API?

benjimelito commented 7 years ago

I think you're fine not including a curl script to upload a file for the back end readme. Although curl scripts are really nice for anyone testing or using your app, I don't believe they are required in the project guidelines.

kailinc commented 7 years ago

thanks for clearing it up @benjimelito