- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Rentomotors is an app that enables users to reserve cars for their personal benefits for a certain period of time.
- Ruby
- Rails
- Gem
- postgresql
- rswag
This project was built using as major staks the following:
Client
Server
Database
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]
To get a local copy up and running, follow these steps.
In order to run this project you need:
Make sure you have installed locally: Ruby Nodejs
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"
Mention all of the collaborators of this project..
👤 Ogiogio Victor
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Omachi John
- GitHub: @Mromaci
- Twitter: @mr_omachi
- LinkedIn: John Omachi
👤 Silva Fernando César da
- GitHub: @fernando-silvabr66
- Twitter: @fsilvabr1
- LinkedIn: https://linkedin.com/in/fernando-silvabr66
- [Authentication]
- [CRUD]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
leave a star if you enjoyed the project.
If you like this project star the project and leave a star
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.
This project is MIT licensed.