Skip to content

jimmy-oss/awaaards

Repository files navigation

Shining Star Awwards💞

Screen Shot 2022-06-15 at 03 51 10

Screen Shot 2022-06-15 at 03 51 20

Screen Shot 2022-06-15 at 03 53 48

The 𝓼𝓱𝓲𝓷𝓲𝓷𝓰 𝓼𝓽𝓪𝓻 𝓪𝔀𝔀𝓪𝓻𝓭𝓼💞 is an application will allow a user to post a project he/she has created and get it reviewed by his/her peers.

Description🌸

The First impression which makes this web application stand out from the rest is this the motto: 𝔅𝔢𝔦𝔫𝔤 ℭ𝔯𝔢𝔞𝔱𝔦𝔳𝔢 𝔪𝔞𝔨𝔢 𝔦𝔱 𝔬𝔯 𝔟𝔯𝔢𝔞𝔨, 𝔶𝔬𝔲𝔯 𝔭𝔬𝔰𝔱𝔰 𝔠𝔞𝔫 𝔰𝔢𝔩𝔩 𝔦𝔡𝔢𝔞𝔰 𝓼𝓱𝓲𝓷𝓲𝓷𝓰 𝓼𝓽𝓪𝓻 𝓪𝔀𝔀𝓪𝓻𝓭𝓼💞 users are able to create account upload their best projects with their unique ideas and showoff their skills.

Behaviour Driven Development😇

  • A user can View posted projects and their details
  • A user can upload pictures to the application.
  • As user can see their profile with all their pictures.
  • A user can Search for projects.

INSTALLATION PROCESS ✨

To use the application you should have python3 and django latest version installed in your machine.

  • Create and activate the vitual Environment and install the from requirements.txt $ python3 -m virtualenv virtual $ source virtual/bin/activate $ pip install -r requirements.txt

It will install everything from the requirements file after configuring launch and enjoy.

  • Setting up environment variables

Create an .env and add the following.

SECRET_KEY='<Secret_key>'
DB_NAME='<DbName>'
DB_USER='<Username>'
DB_PASSWORD='<password>'
DEBUG=True
DB_HOST='127.0.0.1'
MODE='dev'
ALLOWED_HOSTS='.localhost','.herokuapp.com','127.0.0.1'
DISABLE_COLLECTSTATIC=1

  • Start the Server to run the app

  • $ python3 manage.py runserver

  • Open localhost:8000


TECHNOLOGIES USED ✨

I have used:

  • Python3
  • Django
  • Html
  • Css
  • PostgreSql
  • Improvement plans 💞️

  • Users are able to rate/review projects from their fellow peers.
  • Users View projects overall score due to rate/review functionality.
  • AUTHORS NAME🦁

    jimmy-oss

    BUGS💢

    No bugs so far

    THE LICENSE👨🏾‍⚖️

    The website is under Mit license.