Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.69 KB

dev-env.md

File metadata and controls

55 lines (34 loc) · 1.69 KB
layout title permalink author octocat contributors
page
Development Environment
/dev-env/
brucellino
constructocat2.jpg
The **development environment** refers to a setup where all of the dependencies and configuration needed to both **develop** and **test** your applicaiton are available. The development environment should be as close as possible to the **deployment** environment. The tools described here are the **bare minimum** needed to complete the warmup exercises.

General description

You will need :

OS libraries

    {% for tool in site.data.hackfest.dev_env_generic %}
  • {{ tool.name }}: {{ tool.more }}. More
  • {% endfor %}

Language-specific stacks

Suggested applications and libraries

We expect you to know your application stack well and use whichever tools make sense to you. It is very useful to have a REST inspector in your browser for testing, and we suggest using Postman for testing how your code uses the APIs of the various components of the platform.

Here are a few suggestions for language-specific stacks:

Set up your own

Coming soon

Use Docker

Coming soon

Use a machine provided for you

Coming soon