{"id":22539901,"url":"https://github.com/machariamark/awwards","last_synced_at":"2025-03-28T07:15:12.474Z","repository":{"id":121560712,"uuid":"420073720","full_name":"MachariaMark/Awwards","owner":"MachariaMark","description":"A web application to post websites and other web projects as well as review posted projects.","archived":false,"fork":false,"pushed_at":"2021-10-23T12:54:45.000Z","size":35623,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T08:11:22.085Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://awwardss.herokuapp.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MachariaMark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-22T11:31:08.000Z","updated_at":"2021-10-23T12:54:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f62498a-09f1-499f-9388-6315ab6957d5","html_url":"https://github.com/MachariaMark/Awwards","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MachariaMark%2FAwwards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MachariaMark%2FAwwards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MachariaMark%2FAwwards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MachariaMark%2FAwwards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MachariaMark","download_url":"https://codeload.github.com/MachariaMark/Awwards/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245984589,"owners_count":20704798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-07T12:08:52.877Z","updated_at":"2025-03-28T07:15:12.465Z","avatar_url":"https://github.com/MachariaMark.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## AWWARDS \u003cdiv dir=\"rtl\"\u003e22.10.2021\u003c/div\u003e\n#### \u003cdiv dir=\"rtl\"\u003eBy **Mark Muchiri Macharia**\u003c/div\u003e\n\n## Description\nA web application to post websites and other web projects as well as review posted projects.\n\n## Features\n* Users create an account.\n* Users can log in to application and view other peoples projects once they have an account.\n* Users can view other users' profiles and their projects.\n* Users can search projects by title.\n* Users can upload and post their projects.\n* Users can view their profiles and edit their profile pictures and bio.\n* Users can review and post a review on other users' projects.\n\n# Specifications\n\n## BDD\n| Behavior            | Input                         | Output                        |\n| ------------------- | ----------------------------- | ----------------------------- |\n| Users can sign up for an account | Input credentials in the registration form then click Sign Up | Users are prompted to login into their account |\n| Users can view projects posted by other users | Click on a specific project's review button | When clicked, users are navigated to another page where they can post a review of the project |\n| Users can view the full live site of a posted project | Click on the 'Go to Site' button | Users are directed to the live site of the posted project |\n| Users can view and edit their profiles | Click on profile in the side navigation | Users are directed to their profile page with their posted projects displayed as well as their profile information and an option to edit it |\n| Users can search projects | Click on the search icon on the navigation bar, type in a given project-title and press Enter | User will be able to view projects with that title |\n\n\n## Setup/Installation Requirements\nHere is a run through of how to set up the application:\n* Step 1 : Clone this repository using the git clone link:\n  * **`git clone https://github.com/MachariaMark/Awwards.git`**\n* Step 2 : Navigate to the directory:\n  * **`cd Awwards`**\n* Step 3 : Open the directory created with your favorite IDE. If Atom type **`atom .`** if VSCode type **`code .`** . This will lauch the editor with the project setup,\n* Now feel free to hack around the project.\n\n## Known Bugs\n* None currently.\n## Getting started\n### Prerequisites\n* python3.6\n* virtual environment\n* pip\n\n### Cloning\n* In your terminal:\n\n       $ git clone https://github.com/MachariaMark/mygallery.git\n       $ cd mygallery\n\n## Running the Application\n* Install virtual environment using `$ python3.6 -m venv --without-pip virtual`\n* Activate virtual environment using `$ source virtual/bin/activate`\n* Download pip in our environment using `$ curl https://bootstrap.pypa.io/get-pip.py | python`\n* Install all the dependencies from the requirements.txt file by running `python3.6 pip install -r requirements.txt`\n* Create a database and edit the database configurations in `settings.py` to your own credentials.\n* Make migrations\n\n        $ python manage.py makemigrations photos\n        $ python3.6 manage.py migrate \n\n* To run the application, in your terminal:\n\n        $ python3.6 manage.py runserver\n        \n## Testing the Application\n* To run the tests for the class file:\n\n        $ python3.6 manage.py test photos\n        \n## Technologies Used\n- Python 3.6.8\n- Django MVC framework\n- HTML, CSS and Bootstrap\n- Postgressql\n- Heroku\n\n## Support and contact details\nFor feedback contact me through;\n* mark.macharia@student.moringaschool.com\n* 0759329269\n\n### License\n[MITlicense](LICENSE) 2021 ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachariamark%2Fawwards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmachariamark%2Fawwards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachariamark%2Fawwards/lists"}