/artSpace

Gallery web application created using Django

Primary LanguagePython

ArtSpace


Alt text

Description:


ArtSpace Is a gallery web application created using Django.The web application has a collection of images from different categories and locations... As the site admin, you can login, to your account and upload images, categorize them differently, also add their location etc.

Author:Atieno Obwanda


Moodboards for your eyes!

Alt text

Live link: https://artspace.up.railway.app/

User Story


  • A user can navigate to home page, which is the landing page
  • They can also navigate to explore page where all the images are displayed
  • They can also navigate to different locations and categories right from the navigation bar.
  • One can also search for images, by category and the search results returns the total number of images found for that search!
  • Feel like sharing, click on image, then upon landing on the individual image page, click on share button, and that's it

BDD


Behaviour Input Output
Load the page On page load From home page, navigate to explore page to explore images
When you click on an Image or hover, it takes you to single Image page You can copy the image link by clicking on share button.
You can click image to go back to explore page You can search by category Search results displays the number of returned results for that particular search

Setup/Installation Requirements


From your terminal:

git clone git@github.com:AtienoObwanda/artSpace.git

Once the program has been cloned, run this on your terminal

cd artSpace

Depending on your code editor,run this on your terminal:


Vs Code

code .

Atom

atom .

In order to run this project your can git clone it and then download all the requirements started on the requiremen.txt, open the app in the editor of your choice,open your terminal and run the app

To contribute:


  • Fork the repository
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Technologies Used


Python3.9.12
Django 4
Bootstrap 5


Bugs



There are no known bugs...


Contact:


Incase of any question or contributions, you can contact me through: Atieno Obwanda ||atienoobwanda@gmail.com

License


MIT License
Copyright (c)2022 ART SPACE All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.