An API(Application Program Interface) build with Ruby on Rails. Based on users requested path, it renders related data in JSON format.
- Takes username, email, password to register a user.
- User authentication coverd by taking email and password.
- Renders a list of cars with related informations. Such as,
- Car model
- Price
- Payable price
- Minimum deposit to test a car
- Representative name
- Car model
- Users appointment info.
- Details of a specific car model.
- Ruby [Version]- 2.7.0p0
- Rails [Version]- 6.0.2.1
- Clone the repository,
git clone [email protected]:shshamim63/car-viewer-api.git
- Get into the project directory
cd car-viewer-api
. - Run
bundle install
to install the gem. - To run the server
rails s -p 3001
.
The live version of the api in here
Checkout the this repository where I have isued this api.
👤 Shakhawat Hossain
- Github: @shshamim63
- LinkedIn: @shakhawathossainshamim
- Twitter: @Shshamim090
Always welcome to contribute if you want to make it better.
- Fork it (https://github.com/shshamim63/car-viewer-api)
- Create your feature branch (git checkout -b feature/[choose-a-name])
- Commit your changes (git commit -am 'what this commit will fix/add')
- Push the branch (git push origin feature/[chosen-name])
- Create a new Pull Request
Small note: If editing the README, please conform to the standard-readme specification.
MIT © 2020 Shakhawat Hossain