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.
Developed using Ruby On Rails.
Languages
- Keeps a record of users which is held in a user table in database
- Has a UI that allows only Admin access
- Working on it
To get a local copy up and running, follow these steps.
In order to run this project you need:
- You need to have a code editor on your computer.
Clone this repository to your desired folder:
``
- To clone the repository run this command - "https://github.com/Haywayaheadshot/arha_deals_backend.git"
- cd arha_deals_backend
``
Install this project with:
``
- bundle install
``
To run the project, execute the following command:
``
- ./bin/dev
``
To run tests, run the following command:
``
- rspec
``
To fix errors, run the following command:
``
- rubocop -A
``
👤 Abubakar Ummar
- GitHub: @Haywayaheadshot
- LinkedIn: Abubakar Ummar
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
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank Microverse for the knowledge impacted.
This project is MIT licensed.