Coder Social home page Coder Social logo

trellixvulnteam / awards_iv1e Goto Github PK

View Code? Open in Web Editor NEW

This project forked from humphrey-mutuma/awards

0.0 0.0 0.0 57.43 MB

This application allow a user to post a project and have it reviewed by other people.

License: MIT License

Shell 0.02% JavaScript 0.71% Ruby 0.01% Python 97.42% PowerShell 0.03% XSLT 0.02% CSS 0.47% HTML 1.32% SCSS 0.01% Procfile 0.01% Xonsh 0.01%

awards_iv1e's Introduction

Awards

Author: Humphrey Mutuma

Description

The application will allow a user to post a project they have created and get it reviewed by their peers.

User Stories

  • View posted projects and their details
  • Post a project to be rated/reviewed
  • Rate/ review other users' projects
  • Search for projects
  • View projects overall score
  • View my profile page

BDD

Behavior Input Output
login/sign up enter user details view site
Search for different categories project id displays projects of that category
Filter projects click a button displays projects

Prerequisites

  • Python3.6
  • django
  • Postgresql

Setup/Installation Requirements

The first thing to do is to clone the repository:

$ git clone https://github.com/humphrey-mutuma/Awards.git
$ cd Awards

Create a virtual environment to install dependencies and activate it:

$ python3 -m venv --without-pip virtual
$ source virtual/bin/activate

Then install PIP:

(virtual)$ curl https://bootstrap.pypa.io/get-pip.py | python

Then install the dependencies:

(env)$ pip install -r requirements.txt

Note the (virtual) in front of the prompt. This indicates that this terminal session operates in a virtual environment set up by venv.

Once pip has finished downloading the dependencies:

(virtual)$ cd Awards
(virtual)$ python manage.py runserver

How the app works

  • A user needs to log in if they have an existing account
  • A user can sign up if they do not have an account
  • A user then can view a persons profile and the projects they have worked on.

Support and contact details

Incase of any issues using the site please contact me: mailto

Known bugs

No known errors. However, if found, contact me here mailto

No known errors. However, if found, contact me here mailto

Technologies used

  • Python 3.8
  • django framework
  • Bootstrap
  • PostgreSQL

Contributing

Any contributions to this projects will be greatly appreciated. If you want to contribute to it, here are the suggested instructions:

  • Clone this GitHub repository to your local machine.

To fix a bug or enhance an existing module, follow these steps:

git clone https://github.com/humphrey-mutuma/Awards.git
  • Create a new branch (git checkout -b improve-feature)

  • Make the appropriate changes in the files

  • Add changes to reflect the changes made

  • Commit your changes (git commit -am 'Improve feature')

  • Push to the branch (git push origin improve-feature)

  • Create a Pull Request

Versioning

Used GIT and GitHub. There are commits attached to the entire project to show the management of versions.

Copyright

All Rights Reserved by @humphrey Mutuma Other GitHub can however fork or clone this repository provided the necessary credit is given to the original author.

License

This project is licensed under the MIT License. Moringa School moreover retains certain rights to elements in the code of this program.

awards_iv1e's People

Contributors

humphrey-mutuma avatar trellixvulnteam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.