Skip to content

BrianNgeno/award

Repository files navigation

Awward

This is an online application that is used to share personal projects to other programmers or users who would like to share rate, like and view projects posted by other users.

Specifications

To be able to access the application the user should install the latest version of goole chrome, mozilla firefox or explore and load the live link provided. from this point the user can access an online page with the specified gallery, and can be able to:

+ User should view posted projects and their details.
+ User should be able to post a project to be rated/reviewed
+ user should rate/ review other users' projects
+ User should search for projects 
+ User should view projects overall score
+ User should be able to view my profile page.

Setup/Installation Requirements

  • For a developer who wishes to view the work.You will have to clone my repository and check the requirements to be able to get all the tools needed for proper running of the applictaion and also check the version of python used from the runtime to assert you fullfill requirements to run the application. Getting Started. These instructions will get you a copy of the project up and running on a local host.
  • Git clone

  • Enter the Project root folder cd gallery/ install virtual environment (venv) without pip python3.6 -m venv --without-pip env

  • Activate virtual environment source virtual/bin/activate install pip using curl curl https://bootstrap.pypa.io/get-pip.py | python

  • Runnig the server python3.6 manage.py runserver

Known Bugs

There are no unresolved issues in regards to this code that I know of.

Prerequisites

To be able to run this web application, you will need to have a web browser, preferably Google Chrome or chromium. Just open the url link deployed on GitHub and run it.

Technologies Used

I worked on this code on Linux OS. I used python as my primary language and django model to work on the Application. I worked on the code using vs code,Git applications and heruko.

Support and contact details

If there are any issues on how the code runs, concerns, questions or ideas, kindly reach out to me on my email address; bkn.ngeno@gmail.com.

Authors

Brian-Ng'eno

License

MIT License

Copyright (c) 2018 BrianNg'eno

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) 2018 **Ngeno**

Acknowledgments

  • A thumbs up for the Moringa a School staff for the lessons on how to program and the very condusive learning atmosphire.
  • Many thanks to my classmates and Technical mentors at Moringa School for working together with me and assisting where the code didn't work properly.