- ๐ About the Project
- ๐ป Getting Started
- ๐ฅ Authors
- ๐ญ Future Features
- ๐ค Contributing
- โญ๏ธ Show your support
- ๐ Acknowledgements
- ๐ License
Tesla Car Booking Backend is the back-end app that provides a user api for booking Tesla cars test drives. This app is integrated with the front end React app linked below.
The link to the React app:
Stack
- Api endpoints
- Api endpoints documentation
- User Authorization && Authentication
Our project utilizes a Kanban board to visualize and manage tasks throughout the development process. The board is divided into several columns representing different stages of the workflow. Each task is represented by a card that can be moved between columns as it progresses.
-
To Do: Tasks planned for the current or upcoming sprints.
-
In Progress: Tasks that are actively being worked on.
-
Review: Tasks that are completed and awaiting review.
-
Done: Tasks that have been completed and implemented.
-
Final Team Size: 5 members
The link to the project deployed:
In this project we used RoR to build a Tesla Car booking api.
In order to run this project you need:
- Git.
- Visual Studio Code or another code editor.
- Browser.
To get a local copy, follow these steps.
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/hafiz1379/Tesla-car-booking-back-end.git
This project does not require installation. Just clone the repository to your local machine. Even though, for general purposes, Install this project with:
cd my-folder
bundle install
To run the project, do the following:
- Open your terminal
- Navigate to your folder
- Start the server (rails s)
rails s
- Open your browser at your local host
http://localhost:3000
To run tests, run the following command:
cd project
rspec spec
To run the backend app, run the following commands:
cd project
rails db:create
rails db:migrate
rails db:seed
๐ค Ivรกn Gonzalez
- GitHub: @ivangonzalez224
- Twitter: @Ivan Gonzalez
- LinkedIn: Ivรกn Gonzalez Robles
๐ค Ali Baba Hussaini
- GitHub: @Alibaba2023
- LinkedIn Alibaba Hussaini
๐ค Hafizullah Rasa
- GitHub: Hafiz Rasa
- LinkedIn: Hafiz Rasa
๐ค Bruno Kambere
- GitHub: @kambereBr
- Twitter: @kambereBr
- LinkedIn: bruno kambere
๐ค steven wafeek
- GitHub: StevenWafeek
- Twitter: steven_hakeem
- LinkedIn: steven wafeek
- Delete a user api endpoint
- Delete a reservation api endpoint
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please leave a star!
I would like to thank Microverse.
This project is MIT licensed.