Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

This is the code for Humblehelper - a web app which offers a bi-directional code editor and real time interaction to aid in programming education. I made this for TopCode HumbleFool Charity Hackathon 2017 and won the 6th prize.

License

Notifications You must be signed in to change notification settings

heraldofsolace/HumbleHelper-TopCoder-HumbleFool-Charity-Hackathon-2017-NodeJS

Repository files navigation

IMPORTANT

Do not try to run locally as it will not work (requires IBM cloud account. So if you have one, go ahead. I have forgotten where to change the credentials so you are on your own)

This was written by me as a complete noob in Node. I rolled a dice and picked Node and learned along as i wrote this code. So there are places where you'll see code that will make your eyes bleed (don't look at the code that searches for an user, please). So, don't judge me. I work as a Node JS developer now, and I have improved.

What is this and how does this work?

Read this Story on medium

HumbleHelper

A generated Bluemix application

Run locally as Node.js application

npm install
npm test
npm start

Build, run, and deploy using IDT

# Install needed dependencies:
npm run idt:install
# Build the docker image for your app:
npm run idt:build
# Run the app locally through docker:
npm run idt:run
# Deploy your app to IBM Cloud:
npm run idt:deploy

About

This is the code for Humblehelper - a web app which offers a bi-directional code editor and real time interaction to aid in programming education. I made this for TopCode HumbleFool Charity Hackathon 2017 and won the 6th prize.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published