This app is a basic example of importing data from CSV-files.
- Ruby 3.1.0
- Rails 7.1.2
To get a local copy of this project on your machine follow these steps
- Open your terminal
- Run this command:
git clone https://github.com/devMahmoud/my-project.git
- Make sure Ruby is installed.
- Make sure PostgreSQL is installed.
- Navigate to the project folder:
cd my-project
- Install dependencies:
bundle install
- Run this command to import the data from the CSV-files:
rails import:movies_and_reviews
- Run this command to start the server:
rails s
- Open
localhost:3000
in your browser. - Enjoy!
👤 Mahmoud Makhlouf
- GitHub: @devMahmoud
- LinkedIn: Mahmoud Makhlouf
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!