Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sheminanto/rails-calculator-tdd


https://github.com/sheminanto/rails-calculator-tdd

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# README

This rails project is the implementation of the string based calculator specified in https://osherove.com/tdd-kata-1/.

You can find the live demo of this application at: https://rails-calculator-tdd-production.up.railway.app/

### Development
Install dependencies:
```
yarn install
bundle install
```

Run the command to start the development servers:
```
./bin/dev
```
The application will be available at http://localhost:3000/