This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
Client
1. Inventory Management
2. Intuitive Console Interface
3. Persistent Data Storage
To get a local copy up and running follow these simple example steps.
You need the following tools be installed in your computer:
Clone this repository to your desired folder:
cd my-prefered-folder
git clone https://github.com/richie1988/Yees_App.git
Install this project with:
cd blog-app
bundle install
Create the databases and run migrations with:
rails db:create
rails db:migrate
To run the project, execute the following command:
rails server or rails s
To run tests, run the following command:
rspec spec/
This project was crafted by a dedicated team:
- GitHub: @richie1988
- LinkedIn: Richard Sikaonga
- Instagram: @richiesik
1. Edit and Remove Options
2. Advanced Sorting and Filtering
3. Data Export and Import
4. Recent Messages Database
We welcome contributions to improve this project. If you'd like to contribute, please open an issue or create a new fork.
Star this repository if you find it useful!