https://github.com/kenmeriftw/neokord
This is a tiny web application created as a test task for Neokord Ruby on Rails Dev position.
https://github.com/kenmeriftw/neokord
testtask
Last synced: 21 days ago
JSON representation
This is a tiny web application created as a test task for Neokord Ruby on Rails Dev position.
- Host: GitHub
- URL: https://github.com/kenmeriftw/neokord
- Owner: kenmeriftw
- Created: 2021-06-17T12:59:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T07:06:20.000Z (almost 5 years ago)
- Last Synced: 2025-01-27T12:49:57.909Z (over 1 year ago)
- Topics: testtask
- Language: Ruby
- Homepage: https://neokord.herokuapp.com/
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Closest Fibonacci couter
This web application created due to test task for Neokord.
Just enter an integer number in the number field, press `RUN` and get the closest number from Fibonacci sequence.
To run this project on your local machine you have to: Clone this repo using
```
git clone git@github.com:knmrftw/neokord.git
```
then make cd to new directory.
Make sure you have installed `ruby-2.7.2`, or just skip this step if you have it installed already on your machine.
Run
```
bundle
```
to install all gems and it's dependencies.
Install `yarn` on your local machine or just skip this step if you have it.
Run
```
yarn
```
to pack all the frontend content.
Do not forget to make
```
rails db:create
rails db:migrate
```
to create database and run all ActiveRecord migrations.
Run
```
rails s
```
to start local server and
```
bin/webpack-dev-server
```
to start webpacker server.
By default, your application will be available at localhost:3000 link
Hope you will enjoy it!