Skip to content

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

License

Notifications You must be signed in to change notification settings

RileyManda/jetlogix-backend

 
 

Repository files navigation

logo

JetLogix

ER Diagrma

Screenshot 2023-09-25 at 12 07 22

📗 Table of Contents

📖 [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

🛠 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:

(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:

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

Install

Install this project with:

  cd my-project

  bundle install

setup-env

  1. create an env file by running the following command
  touch .env

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

  1. open databse.yml file and Find the default: &default section in the file and copy the credentials into your .env file:
  DATABASE_USERNAME=your_username
  DATABASE_PASSWORD=your_password

Usage

To run the project, you will need to execute:

  rails credentials:edit

  rails db:create

  rails db:migrate

  rails db:seed

  rails s

Run tests

To run tests, run the following command:

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

(back to top)

📆 Kanban Board

👥 Authors

👤 Chongtham Ruby Devi

👤 Yonas Henok

👤 Riley Manda

(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.

(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, 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 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

📝 License

MIT License

(back to top)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 94.5%
  • Batchfile 3.0%
  • Dockerfile 2.0%
  • Other 0.5%