Skip to content

Latest commit

 

History

History
77 lines (56 loc) · 2.66 KB

README.md

File metadata and controls

77 lines (56 loc) · 2.66 KB

gridly_random_number_generator

License: MIT

CircleCI Coverage Status

gridly_random_number_generator is a mini web platform the simulates random phone number generation for a telecommunications company.

Screenshot 2019-06-17 at 11 27 26 PM (2)

Screenshot 2019-06-17 at 11 27 56 PM (2)

Getting Started

To setup gridly_random_number_generator, the following should be installed on your machine.

Installation

If you have all the prerequisites you can use the steps below to setup gridly_random_number_generator locally.

Clone visand
  • Open your terminal and cd to the directory where you will like to download gridly_random_number_generator, then run
git clone https://github.com/chukwuemekachm/gridly_random_number_generator.git
  • Change to the gridly_random_number_generator directory
cd gridly_random_number_generator
Install Dependencies
  • Run the command below to install node dependencies
npm install yarn -g
yarn install

Usage

  • To start up your newly installed gridly_random_number_generator run
yarn start
  • You should see an output like this on the terminal
**********************************
*                                *
*   Bootsraped a new data file   *
*                                *
**********************************
$ node dist/server/index.js
App is listening on port 3000

Running Tests

  • To run the automated tests on your newly installed gridly_random_number_generator run
yarn test

Built With

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details