Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rubydevi/jetlogix-backend

JetLogixโ€™s backend is a robust Rails application utilizing PostgreSQL database, managing private jet reservations.
https://github.com/rubydevi/jetlogix-backend

api authentication devise postgresql rails ruby

Last synced: about 4 hours ago
JSON representation

JetLogixโ€™s backend is a robust Rails application utilizing PostgreSQL database, managing private jet reservations.

Awesome Lists containing this project

README

        


logo


JetLogix


ER Diagrma


Screenshot 2023-09-25 at 12 07 22

# ๐Ÿ“— Table of Contents

- [๐Ÿ“– About the Project](#about-project)
- [๐Ÿš€ Front End](#front-end)
- [๐Ÿ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [๐Ÿš€ Live Demo](#live-demo)
- [๐Ÿ’ป Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Setup .ENV](#setup-env)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [๐Ÿ“† Kanban Board ](#kanban-board)
- [๐Ÿ‘ฅ Authors](#authors)
- [๐Ÿ”ญ Future Features](#future-features)
- [๐Ÿค Contributing](#contributing)
- [โญ๏ธ Show your support](#support)
- [๐Ÿ™ Acknowledgements](#acknowledgements)
- [๐Ÿ™ Attribution](#attribution)
- [โ“ FAQ](#faq)
- [๐Ÿ“ License](#license)

# ๐Ÿ“– [JetLogix]

JetLogixโ€™s backend is a robust Rails application utilizing PostgreSQL database, managing private jet reservations. It exposes efficient API endpoints to JetLogix front, providing access to the applicationโ€™s database and ensuring secure storage and retrieval private jets, user's, and reservation data.

## ๐Ÿš€ FrontEnd

[Click here to see the JetLogix front end](https://github.com/rubydevi/jetlogix-frontend)

## ๐Ÿ›  Built With

### Tech Stack

### Key Features

> Exposes robust API endpoints to manage and access the applicationโ€™s rich database.

> Controllers to manage jets and reservations, allowing CRUD (Create, Read, Update, Delete) operations.

> Secure user authentication and profile management
> API documentation

## ๐Ÿš€ Live Demo

> Live Demo of this application:

- [Live Demo Link](https://jetlogix.onrender.com/)

(back to top)

## ๐Ÿ’ป Getting Started

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:

```sh
cd my-folder
git clone https://github.com/rubydevi/jetlogix-backend.git
```

### Install

Install this project with:

```sh
cd my-project

bundle install
```

### setup-env

1. create an env file by running the following command

```sh
touch .env
```

Or create the .env file manually at the root of the application.

2. open databse.yml file and Find the default: &default section in the file and copy the credentials into your .env file:

```sh
DATABASE_USERNAME=your_username
DATABASE_PASSWORD=your_password
```

### Usage

To run the project, you will need to execute:

```sh
rails credentials:edit

rails db:create

rails db:migrate

rails db:seed

rails s
```

### Run tests

To run tests, run the following command:

```sh
rails db:migrate RAILS_ENV=test
rspec spec/model/
```

(back to top)

## ๐Ÿ“† Kanban Board

- [Kanban board](https://github.com/rubydevi/jetlogix-backend/projects/1)

- [Kanban board initial state ](https://user-images.githubusercontent.com/112550568/279359779-a877a136-d14e-4813-8868-68b5b7aec9e6.png)

- We are a team of 3 members as indicated in the authors section

## ๐Ÿ‘ฅ Authors

๐Ÿ‘ค Chongtham Ruby Devi

- GitHub: [@rubydevi](https://github.com/rubydevi)
- LinkedIn: [@Chongtham Ruby Devi](https://www.linkedin.com/in/chongtham-bhoomika/)

๐Ÿ‘ค Yonas Henok

- GitHub: [@YonasHenok](https://github.com/Yonashenok)
- Twitter: [@YonasHenok3](https://www.twitter.com/YonasHenok3)
- LinkedIn: [@Yonas Henok](https://www.linkedin.com/in/yonas-henok/)

๐Ÿ‘ค Riley Manda

- GitHub: [@RileyManda](https://github.com/RileyManda)
- Twitter: [@rilecodez](https://twitter.com/rileycodez)
- LinkedIn: [rileymanda](https://www.linkedin.com/in/rileymanda/)

(back to top)

## ๐Ÿ”ญ Future Features

> Video Presentation demo of the project

> Deploy the application on render

(back to top)

## ๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/rubydevi/jetlogix-backend/issues).

(back to top)

## Show your support ๐ŸŒŸ

Thank you for taking the time to explore this project! Your support means a lot to me. If you find my project valuable and would like to contribute, here is one way you can support me:

- Star the project โญ๏ธ: Show your appreciation by starring this GitHub repository. It helps increase visibility and lets others know that the project is well-received.

- Fork the project ๐Ÿด ๐ŸŽฃ: If you're interested in making improvements or adding new features, feel free to fork the project. You can work on your own version and even submit pull requests to suggest changes.

- Share with others ๐Ÿ—บ๏ธ: Spread the word about this project. Share it on social media, mention it in relevant forums or communities, or recommend it to colleagues and friends who might find it useful.

(back to top)

## ๐Ÿ™ Acknowledgments

We would like to express my sincere gratitude to [Microverse](https://github.com/microverseinc), the dedicated reviewers, and collaborators. Your unwavering support, feedback, and collaborative efforts have played an immense role in making this journey a resounding success.
A big thank you to [Murat Korkmaz](https://www.behance.net/muratk) for the providing the UX design inspiration for this project.

(back to top)

## โ“ FAQ

- **Question_1**

Do I have to use the vs code specifically?

- Answer_1

You can use any one of your favortite or prefered editors

(back to top)

## ๐Ÿ‘ฅ Attribution

- This application's front-end UI design is based on the original design by: [Murat Korkmaz](https://www.behance.net/muratk)

## ๐Ÿ“ License

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](./LICENSE)

(back to top)