Skip to content

feat: add initial backend API#10

Merged
jeffydc merged 6 commits intomainfrom
api
May 30, 2021
Merged

feat: add initial backend API#10
jeffydc merged 6 commits intomainfrom
api

Conversation

@DavianYang
Copy link
Copy Markdown
Member

@DavianYang DavianYang commented May 30, 2021

Description

fix #7

  • added backend service
  • added online compiler

Additional context

  • Since exec() function is not outputting the results, have to use stringIO and sdout
  • further research for error handling and fast compiling need to be done

What is the purpose of this pull request?

  • Bug fix
  • New feature
  • Other

@netlify
Copy link
Copy Markdown

netlify bot commented May 30, 2021

✔️ Deploy Preview for python-playground ready!

🔨 Explore the source changes: 0aae7a5

🔍 Inspect the deploy log: https://app.netlify.com/sites/python-playground/deploys/60b37917a80832000880e30d

😎 Browse the preview: https://deploy-preview-10--python-playground.netlify.app/

@jeffydc jeffydc changed the title feat backend service feat: add backend service May 30, 2021
@jeffydc
Copy link
Copy Markdown
Contributor

jeffydc commented May 30, 2021

Please add __pycache__ to .gitignore.

@jeffydc jeffydc added the enhancement New feature or request label May 30, 2021
@jeffydc jeffydc changed the title feat: add backend service feat: add initial backend API May 30, 2021
@jeffydc jeffydc merged commit c0d071d into main May 30, 2021
@jeffydc jeffydc deleted the api branch May 30, 2021 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a backend service

2 participants