Skip to content
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

Add project skeleton and basic structure #11

Merged
merged 11 commits into from
Jan 26, 2022
Merged

Add project skeleton and basic structure #11

merged 11 commits into from
Jan 26, 2022

Conversation

camerondurham
Copy link
Owner

@camerondurham camerondurham commented Jan 24, 2022

Adds skeleton code for project.

This PR so far includes:

  • Engine module boilerplate
    • runs input commands and returns stdout/stderr
    • basic integration test
  • rough implementation of multiple language support for CodeRunner
  • API module GET /api/v1/languages endpoint hard-coded response
  • API module POST /api/v1/run endpoint hard-coded response
  • CLI had stubs for run and languages subcommands
  • Basic unit test for coderunner
  • Basic startup/shutdown test for server
  • Github Workflow to verify tests pass

See #1 for details.

@camerondurham camerondurham linked an issue Jan 24, 2022 that may be closed by this pull request
15 tasks
@camerondurham camerondurham changed the title Add project skeleton and basic structure, resolves #1 Add project skeleton and basic structure, will close #1 Jan 24, 2022
@camerondurham camerondurham changed the title Add project skeleton and basic structure, will close #1 Add project skeleton and basic structure Jan 25, 2022
@camerondurham camerondurham self-assigned this Jan 25, 2022
Copy link
Owner Author

@camerondurham camerondurham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably not have included go.sum since only the CLI is a binary.

@camerondurham camerondurham mentioned this pull request Jan 27, 2022
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Project skeleton code and structure
1 participant