Coder Social home page Coder Social logo

bozkan / minicom-public Goto Github PK

View Code? Open in Web Editor NEW

This project forked from intercom/minicom-public

0.0 1.0 0.0 142 KB

Skeletal layout of an interview prototype

Shell 4.45% JavaScript 5.83% Ruby 50.70% Python 12.77% Java 4.23% CSS 0.67% HTML 14.61% Batchfile 6.74%

minicom-public's Introduction

Minicom

Welcome to Minicom! A prototype Intercom service. This is a project to help you set up for your interview later on. Inside this directory you'll find a foo website, a bar website, and servers that represent a simplified version of how Intercom works.

What do I have to do?

Follow the setup instructions mentioned in the sections below and once that is accomplished, you should be able to get the prototype running.

  1. Run Foo at http://127.0.0.1:8008, verify that an alert with Yay! Everything works fires
  2. Run Bar at http://127.0.0.1:8009, verify that an alert with Yay! Everything works fires

๐Ÿฅณ If those worked, well done! You're all set for the interview!

๐Ÿค” If you can't get it working, please let us know ahead of the interview ASAP. We want to make sure you have it all set up before the interview day.

Installation

Choose your preferred framework. The current choices available are:

rails
spring
node
django

anywhere you see {your-framework} in the instructions below, replace it with the keyword above.

Run the command that matches your framework to install it.

# Mac/Linux/Windows with WSL (Windows Subsystem for Linux)
script/{your-framework}/setup

# Windows without WSL (Windows Subsystem for Linux)
script\{your-framework}\setup

(examples)

script/rails/setup
script/spring/setup
script/node/setup
script/django/setup

Getting started

Run the following commands in 3 different terminal windows:

script/foo/start
script/bar/start
script/{your-framework}/start

This will get you the foo site running at http://127.0.0.1:8008, the bar interface running at http://127.0.0.1:8009 and a webserver running at http://127.0.0.1:3000.

About this project

You can read more below about this project, but it's not required before the interview.

Structure

A quick overview of the application structure:

  • foo/ -- The root of the foo interface.
  • bar/ -- The root of the bar website.

Your framework will have a folder with it's name and have 2 endpoints:

  • POST /foo/ (validates that the frontend can talk to backend)
  • POST /bar/ (validates that the frontend can talk to backend)

Folders

Each Server framework is in its own folder (named after the framework) and has its own Readme. You can safely ignore anything in the frameworks that you are not using.

minicom-public's People

Contributors

patocallaghan avatar pratik60 avatar dependabot[bot] avatar saleandro avatar dannyfallon avatar enrico-intercom avatar mandyheg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.