https://github.com/devmunyi/tdd_project
https://github.com/devmunyi/tdd_project
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devmunyi/tdd_project
- Owner: devMunyi
- Created: 2023-01-05T12:20:04.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-05T14:37:42.000Z (over 3 years ago)
- Last Synced: 2025-03-04T01:34:01.702Z (about 1 year ago)
- Language: Ruby
- Size: 558 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π» Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ](#faq)
- [π License](#license)
> This is a project that employs Test Driven Development during development. A unit test is performed before implementation of the actual method or function
Client
**You can do the following with app:**
- Write unit tests using RSpec
- Run the tests
- Write the methods after the tests
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- An IDE e.g [Visual studio code](https://code.visualstudio.com/).
- [A terminal](https://code.visualstudio.com/docs/terminal/basics).
### Setup
Clone this repository to your desired folder or download the Zip folder:
```
git clone https://github.com/devMunyi/TDD_project.git
```
- Navigate to the location of the folder in your machine:
**`you@your-Pc-name:~$ cd TDD_project`**
### Install
To install all dependencies, run:
```
bundle install
```
### Usage
To run the project, follow these instructions:
- After Cloning this repo to your local machine.
- To get it running in your terminal, run it in your IDE
### Run tests
To run tests, run the following command:
```
rspec spec
```
π€ **Samuel Munyi**
- GitHub: [@devMunyi](https://github.com/devMunyi)
- LinkedIn: [Samuel Munyi](https://www.linkedin.com/in/samuel-munyi-01315b174/)
π€ **Ndikumana Isaie**
- GitHub: [ndikumanaisaie](https://github.com/ndikumanaisaie)
- Twitter: [Ndikuma38670724](https://twitter.com/Ndikuma38670724)
- LinkedIn: [Ndikumana Isaie](https://www.linkedin.com/in/ndikumanaisaie/)
π€ **Derrick Mulinde**
- GitHub: [inspecta](https://github.com/inspecta)
- Twitter: [djmulinde](https://twitter.com/djmulinde)
- LinkedIn: [Derrick Mulinde](https://www.linkedin.com/in/derrick-mulinde/)
- [ ] **Implement more methods.**
- [ ] **Write Extra Message.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a βοΈ if you like this project and how I managed to build it!
- The original design ideal from Microverseπ.
- Project from [Microverse](https://bit.ly/MicroverseTN) Ruby / Database and Interviewing module.
- Thanks to the Microverse team for the great curriculum.
- Thanks to the Code Reviewer(s) for the insightful feedbacks.
- A great thanks to My coding partner(s), morning session team, and standup team for their contributions.
- Hat tip to anyone whose code was used.
- **Can I fork and reuse the repository**
- Yes please, feel free.
- **Can I improve the repository, and my changes will be accepted if they are good?**
- Yes please, nice ideas are welcome, please.
This project is [MIT](./LICENSE) licensed.