/Awwards

An application where users can post their projects and view other projects .

Primary LanguagePython

Awwards

An application where users can post their projects and view other projects .

AwardsArena

This is an Instagram clone app where a user can post a picture and it's details and view posts made by others .

A Description of the WebApplication.

Table of Content

Description

An application where users can post their project , view projects by other users, view their projeects on their profile and rate other projects , API endpoints are also provided.

Behaviour Driven Development

  • A user can check projects from other users.
  • A user can check their projects on their profile.
  • As user can search on different projects.
  • A user can check API endpoints on the pther profile and projects.
  • A user can rate other projects.


Installation

or

Navigate into the cloned project. cd albumarena

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

  • Setting up environment variables

Create an .env and add the following.

SECRET_KEY='<Secret_key>'
DBNAME='tribune'
USER='<Username>'
PASSWORD='<password>'
DEBUG=True

EMAIL_USE_TLS=True
EMAIL_HOST='smtp.gmail.com'
EMAIL_PORT=587
EMAIL_HOST_USER='<your-email>'
EMAIL_HOST_PASSWORD='<your-password>'

requirements from

requirements.txt

  • Start the Server to run the app

  • $ python3.6 manage.py runserver

  • Open localhost:8000


Requirements

  • Either a computer,phone,tablet or an Ipad

  • An access to the Internet

  • Python3

  • Postgres

  • virtualenv

*Pip

Go Back to the top

Technology Used

  • HTML 5 - which was used to build the structure of the pages.

  • CSS - which was used to style the pages incuding the left aside navigation bar.

  • Figma-which was used to design the prototype of the UI.

  • Python/Flask - Which was used to build the web-applications and interactivity

  • Postgresql - For the database

  • Heroku - For deployment

Reference

  • LMS
  • W3schools
  • stackOverFlow

Go Back to the top

Licence

MIT License

Copyright (c) 2022 Nobella Ejiofor

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.

Go Back to the top

Authors Info

Linked - Nobella Ejiofor

Gmail - nobellaejiofor@student.moringaschool.com

Github - NOBELLA EJIOFOR

Live Link

LiveLink- Gh-pages

Go Back to the top