GithubHelp home page GithubHelp logo

next-number-app's Introduction

next-number-app

Prerequisits

  • To run with Vagrant:

    • virtualbox - version 5.2.14 at the moment of writing
    • vagrant - version 2.1.2 at the moment of writing
  • To run with Docker

    • docker - version 18.03 at the moment of writing
    • docker-compose - version 1.22.0-rc2 at the moment of writing

Run

  • Clone repository: $ git clone https://github.com/hbvhuwe/next-number-app.git or download zip and unpack it
  • Navigate to project's folder: cd next-number-app or cd <unpacked-folder-path>
  • With Vagrant:
    • Run vagrant up
    • Stop vagrant halt to poweroff machine or vagrant suspend to save machine state
  • With Docker:
    • Build and start ./docker --start
    • Stop ./docker --close

Get a result

  • Via netcat one number: nc localhost 8080 <<< "next number"
  • In interactive mode: nc localhost 8080

next-number-app's People

Contributors

chornonoh-vova avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar

next-number-app's Issues

up with Docker

  • Dockerfile for next-number-app image
  • Pull next-number-app image to dockerhub
  • Move CREATE TABLE IF NOT EXISTS next_number ... to Database constructor
  • Connection through jdbc:mysql://db:3306/app_db
  • docker_compose.yml for services

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.