gridly_random_number_generator is a mini web platform the simulates random phone number generation for a telecommunications company.
To setup gridly_random_number_generator, the following should be installed on your machine.
If you have all the prerequisites you can use the steps below to setup gridly_random_number_generator locally.
- 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
- Run the command below to install
node
dependencies
npm install yarn -g
yarn install
- 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
- To run the automated tests on your newly installed gridly_random_number_generator run
yarn test
- Chima Chukwuemeka @chukwuemekachm
This project is licensed under the MIT License - see the LICENSE.md file for details