/Awards

This is an application that allows users to view posted projects and their details. The user can also post a project to be rated or reviewed and a user can as well rate and review other users' projects.

Primary LanguagePythonOtherNOASSERTION

Awards!!

15th Dec. 2021

Author

clara metto

Description

This is a web application that allows users to view posted projects and their details. The user can also post a project to be rated or reviewed and a user can as well rate and review other users' projects.

Live Link

(https://appaward.herokuapp.com/)

Screenshots

Screenshot 1

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 different names.
  • Rate a project according to usability, content and design.
  • Update profile.

Setup and Installation

Clone the repository:
git@github.com:clarametto/Awards.git
Navigate into the folder and install requirements
cd Awards pip install -r requirements.txt
Install and activate Virtual
- python3 -m venv virtual - source virtual/bin/activate
Install Dependencies
pip install -r requirements.txt
Setup Database

SetUp your database User,Password, Host then make migrate

python manage.py makemigrations awardsapp

Now Migrate

python manage.py migrate
Run the application
python manage.py runserver
Testing the application
python manage.py test

Open the application on your browser 127.0.0.1:8000.

Technology used

Known Bugs

  • There are no known bugs

Support and contact details

For more information,comments or clarification contact on clara.metto@student.moringaschool.com

License

MIT License Copyright (c) 2021 Clara Metto

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.

Copyright (c) {2021} clarametto