Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheminanto/rails-calculator-tdd
https://github.com/sheminanto/rails-calculator-tdd
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sheminanto/rails-calculator-tdd
- Owner: sheminanto
- Created: 2024-06-05T06:05:01.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T03:18:39.000Z (7 months ago)
- Last Synced: 2024-08-21T12:52:17.765Z (5 months ago)
- Language: Ruby
- Homepage: https://rails-calculator-tdd-production.up.railway.app/
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/