This project was built with Ruby on Rails that allows a user to login and upload an image that gets automatically tagged using an external image API service called Clarifai.
The base of this application was provided by Lim Choon Yun (Marco) at Bower Bird as a starting point which includes Rails 6, and Bootstrap 5.
Some keynotes
- Implement Devise as an authentication system
- Use Amazon S3 for the storage
- Use an external API, Clarifai for the Image tagging
- Use Bootstrap to create a responsive layout based on the provided desktop wireframe design
- Provide basic CRUD for the images and tags
- Add tests with Rspec, shoulda matchers
A list of commonly used resources that I find helpful is listed in the acknowledgments.
- Ruby on Rails
- Ruby
- JavaScript
- JQuery
- Bootstrap
- SCSS
To get a local copy up and running follow these simple example steps.
- On the project GitHub page, navigate to the main page of the repository.
- Under the repository name, locate and click on a green button named
Code
. - Copy the project URL as displayed.
- If you're running the Windows Operating System, open your command prompt. On Linux, Open your terminal.
- Change the current working directory to the location where you want the cloned directory to be made. Leave as it is if the current location is where you want the project to be.
- Type git clone, and then paste the URL you copied in Step 3.
e.g. $ git clone https://github.com/yourUsername/yourProjectName - Press Enter. Your local copy will be created.
- To install all dependencies and necessary gems, run
bundle install
- Run
rails db:setup
- Run
rails server
to run rails application in your local server - Run
rspec
to run rspec tests
👤 Yoko Saka
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Give a ⭐️ if you like this project!