/YourGallery

The YourGallery App upload all your images tagging them with a title, description and the saved time. You have the possibility to register, then save images with your own credentials or stay unauthencated.

Primary LanguageRuby

YourGallery App

Description

The YourGallery App upload all your images tagging them with a title, description and the saved time. You have the possibility to register, then save images with your own credentials or stay unauthencated.

ERD

mobile (4)

Cloning the project

git clone https://github.com/AnicetFantomas/YourGallery

- cd YouGallery
- rails s

Built with

  • Ruby 3.1.2 on Rails 7.0.3.1
  • PostgreSQL

Prerequisites

Vscode or anyother Setup

Install

Ruby
Rails

Development Database

# Create user
sudo -u postgres createuser -e ced00 -s
# Load the schema
rails db:schema:load
#----- If you want prefer this approach
# Create the database
rails db:create
# Create database Migration
rails db:migrate

Run

rails s

Run tests

bundle install
rspec

Authors

👤 Anicet Murhula

adampithewan @AnicetFantomas

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.