Final Capstone Backend

📗 Table of Contents

📖 CARS

CARS The Final Capstone Project is based on an E-commerce app to make a reservation to try cars.

🛠 Built With

Tech Stack

Front End React

Key Features

  • Devise Authentication

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

git clone https://github.com/redmarverick/Final-Capstone-Backend.git
cd Final-Capstone-Backend
code .

Install

Install the project dependencies, execute the following command in Bash:

  bundle install

Database

Create the database, execute the following command in Bash:

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

Usage

To run the project, execute the following command in Bash:

  rails server

Run Tests

To run the project tests, execute the following command:

 rspec spec

(back to top)

👥 Authors

👤 Javed Shahbaz

👤 Sergio Peralta

👤 Nylbert Victor

(back to top)

🔭 Future Features

  • Making desktop view
  • Impoving UI / UX of the application

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a start if you like this project!

(back to top)

🙏 Acknowledgments

  • I would like to thank the Microverse program!

(back to top)

🙏 Credits

(back to top)

📝 License

This project is MIT licensed.

(back to top)