/grandeawwards

This is a Python Application where users can view a different projects, add a new project also rate them according to content,usability and design.

Primary LanguagePythonMIT LicenseMIT

grandeawwards

Author : Gladys Mwangi

Project Description

This is a Python Application where a user can view a different projects, add a new project also rate them according to content,usability and design.

project2

User Story

  • View different projects from the Application
  • Click a single project to expand it and view the details of that post
  • Search for projects by the title.
  • Rate a project according to usability, content and design.
  • Update profile.

project3

Requirements

  • Python 3
  • Visual Studio Code

project1

Getting Files

  • Click this link to access my github repository.
  • On the top panel you will see a green button with a download icon and the word "CODE" written next to it. Click it to download the project zip file.​
  • Navigate to the download location then extract the zip file to your desired location.​
  • Right click on folder and navigate to "open with another application" and select your code editor.
  • Open the folder location on terminal and use the following command to run app:

pip install -r requirements.txt To install all requirements $ python3 manage.py runserver Then run server with the above command

Dependencies

  • asgiref==3.5.2
  • backports.zoneinfo==0.2.1
  • certifi==2022.5.18.1
  • cloudinary==1.29.0
  • dj-database-url==0.5.0
  • Django==4.0.4
  • django-heroku==0.3.1
  • gunicorn==20.1.0
  • Pillow==9.1.1
  • psycopg2==2.9.3
  • python-decouple==3.6
  • six==1.16.0
  • sqlparse==0.4.2
  • urllib3==1.26.9
  • whitenoise==6.1.0

Technologies Used

  • Python 3
  • Bootstrap
  • PostgreSQL
  • Heroku

Known Bugs

  • There are no known bugs

Contact Information

License

MIT License Copyright (c) [2022] [Gladys Mwangi] 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.