PraisesPJMT / Vip_Cars_Rails

A server-side of a fullstack web application that is built with Ruby-on-Rails which allows users to make basic reservations of their favourite cars and as well add in a car for rent..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


πŸ“— Table of Contents

πŸ“– [VIP_CARS_RAILS]

VIP_CARS_RAILS is a fullstack web application that is built on rails framework and React which allows users to make basic reservations of their favorite cars and as well add in a car for rent.

πŸ“‡ UML Diagram

uml diagram_capstone

πŸ›  Built With

  • React, javascript
  • Rails

Tech Stack

Ruby on Rails (simplify as Rails) is a server-side web application framework written in Ruby under the MIT License. Rails is a model–view–controller (MVC) framework, providing default structures for a database, a web service, and web pages. It encourages and facilitates the use of web standards such as JSON or XML for data transfer and HTML, CSS and JavaScript for user interfacing.

Client
Server
Database

Key Features

Key features of the application are

  • Login/Signup
  • Make a basic reservation
  • Add a car for rent

(back to top)

πŸ—Ž API Documentation

Kanban Board

  • We are a group of 5 team members, and our Kanban board is diveded in two parts: -- Frontend -- Backend

  • Check here Kanban Board Kanban Board

  • Check here Kanban Board Backend screenshot: Kanban Board Backend

  • Check here Kanban Board Frontend screenshot: Kanban Board Frontend

React Frontend

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

This project can be used by anyone for any good purpose.

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

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/edi-sipka/Vip_Cars_Rails

Install

Install this project with:

  cd VIP_CARS_RAILS

  bundle install

Important steps after installing project to local machine

  1. Please add .env file with devise secret key.
  2. Please run rails db:seed for gathering all the cars.
  3. Please run rails db:create and rails db:migrate.
  4. Check Ruby version and database.yml file. ( Insert your password if there is required)
  5. Login for admin is: (email: admin@gmail.com ; password : 123123)

Usage

To run the project, execute the following command:

  npm run dev

Run tests

To run tests, run the following command:

  bin/rails rspec spec

Deployment

You can deploy this project using:

(back to top)

πŸ‘₯ Authors

πŸ‘€ Edi Sipka

πŸ‘€ Praises Tula

GitHub LinkedIn Twitter

πŸ‘€ Nonhlanhla

πŸ‘€ Youta Christabelle

πŸ‘€ Okolike Assumpta

(back to top)

πŸ”­ Future Features

  • Search functionality
  • Page pagination

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project buy the team a drink

(back to top)

πŸ™ Acknowledgments

I would like to acknowledge:

(back to top)

❓ FAQ

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

A server-side of a fullstack web application that is built with Ruby-on-Rails which allows users to make basic reservations of their favourite cars and as well add in a car for rent..


Languages

Language:Ruby 90.4%Language:Dockerfile 5.1%Language:Batchfile 4.0%Language:HTML 0.3%Language:Shell 0.2%