gothinkster/realworld

Masonite

vaibhavmule opened this issue · 9 comments

Hey,

I will be implementing the backend with Masonite. Masonite is the Modern And Developer Centric Python Web Framework.

Repo: https://github.com/vaibhavmule/masonite-realworld-example-app

@Cameron-C-Chapman just want to clarify for labels that it will be backend implementation not frontend.

@vaibhavmule I fixed that. Thanks!

@Cameron-C-Chapman I have worked on repo and ready and passed all the tests.

@vaibhavmule could you add CI (Travis/Circle/Azure)?

@anishkny Yes just updated the travis.yml.

@anishkny @Cameron-C-Chapman Just wanted to know, what can be done approved?

@vaibhavmule this looks great! Could you run API tests against your backend to ensure it is compliant? preferably in Travis CI

https://github.com/gothinkster/realworld/tree/master/api

@anishkny
Yeah, I could do that. Is there any example repo as I can have look. Thanks.

Basically you would need to spin up your backend, and then execute:

APIURL=http://localhost:8000/ run-api-tests.sh

(assuming port 8000)

See: https://github.com/gothinkster/realworld/blob/master/api/run-api-tests.sh