-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Masonite #304
Comments
@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 |
Basically you would need to spin up your backend, and then execute:
(assuming port 8000) See: https://github.com/gothinkster/realworld/blob/master/api/run-api-tests.sh |
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
The text was updated successfully, but these errors were encountered: