Skip to content

Latest commit

 

History

History
223 lines (153 loc) · 5.78 KB

File metadata and controls

223 lines (153 loc) · 5.78 KB

📗 Table of Contents

📖 [Rentomotors]

Rentomotors is an app that enables users to reserve cars for their personal benefits for a certain period of time.

Images

image image image image image

Links

🛠 Built With

  • Ruby
  • Rails
  • Gem
  • postgresql
  • rswag

Tech Stack

This project was built using as major staks the following:

Client
Server
Database

Key Features

A user can login into the app after being authorized. A user can see add and delete cars. A user can reserve on or many of the cars in the app.

  • [MVC]

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

Make sure you have installed locally: Ruby Nodejs

Setup

Clone this repository to your desired folder : git clone https://github.com/ogiogiovictor/Final-Group-Capstone-Reservation-Rails

Execute on console making sure you are in the correct directory:

bundle install
npm i

-create a file named application.yml under config folder and write the following Variables:

USER_NAME = “xxx” (xxx replace with your Postgres user name)
PASSWORD = “xxx” (xxx replace with your Postgres password)

-On console execute

rails db:create
rails db:migrate
rails db:seed

-Create Master key:

EDITOR="mate --wait" bin/rails credentials:edit
rails s

clone frontend app: git clone https://github.com/ogiogiovictor/Final-Group-Capstone-Reservation-React

Navigate to correct directory:

Add Dependencies

npm i
npm run dev

when asked for a new port for local host type "y"

(back to top)

API documentation

(back to top)

👥 Authors

Mention all of the collaborators of this project..

👤 Ogiogio Victor

👤 Omachi John

👤 Silva Fernando César da

(back to top)

🔭 Future Features

  • [Authentication]
  • [CRUD]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

leave a star if you enjoyed the project.

If you like this project star the project and leave a star

(back to top)

🙏 Acknowledgments

This project was built and developed around the UI idea of Murat Korkmaz on Creative Commons license of the design

We would like to thank Microverse.

(back to top)

📝 License

This project is MIT licensed.

(back to top)