Skip to content

Latest commit

 

History

History
146 lines (88 loc) · 3.49 KB

README.md

File metadata and controls

146 lines (88 loc) · 3.49 KB

📗 Table of Contents

Arha Deals Backend

Arha-Deals Backend is the back-end of this front-end e-commerce web application. It sends data containing phones, baby products, and reels via their respective API's. It also has a UI that allows admin access and allows population of tables. It receives user data from the front-end and stores the data encrypting the password.

🛠 Built With

Tech Stack

Developed using Ruby On Rails.

Languages

Key Features

  • Keeps a record of users which is held in a user table in database
  • Has a UI that allows only Admin access

🚀 Live Demo

  • Working on it

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • You need to have a code editor on your computer.

Setup

Clone this repository to your desired folder:

``

``

Installation

Install this project with:

``

  • bundle install

``

Usage

To run the project, execute the following command:

``

  • ./bin/dev

``

Run tests and Fix linter error

To run tests, run the following command:

``

  • rspec

``

To fix errors, run the following command:

``

  • rubocop -A

``

👥 Authors

👤 Abubakar Ummar

🔭 Future Features

These are some of the future features we want to add.

  • Allow admin to add amd delete phones
  • Allow admin to add amd delete reels
  • Allow admin to add amd delete baby products

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

Give a ⭐️ if you like this project!

🙏 Acknowledgments

I would like to thank Microverse for the knowledge impacted.

📝 License

This project is MIT licensed.

(back to top)