Project Awwards is an application built with Django 4.0.3
This applican where someone who has a project can post and get reviews and get voted for on a scale of 1 being the lowest to 10 being the highest
Guide to install Project Awward
Alternative One git clone https://github.com/Juliet-Ol/project-awward-clone
Remember to replace your username when cloning.
[Get into the cloned directory] cd Instagram Clone
[Create and activate your virtual environment:] mkvirtualenv virtual
[Install dependancies within your active environment] Start the flask server (Virtual)$ python3 manage.py runserver
Alternative Two On the top right corner of this page there is a button labelled Fork.
Click on that button to fork the repo to your own account.
Take on the process in Alternative One above.
Remember to replace your username when cloning.
Create a file called .env in the root folder
(virtual)$ touch .env
[Add the following lines to the file as seen in config.py file
(Virtual)$ python3 manage.py runserver open the application on your browser's localhost port 8080 https://127.0.0.1:8080
Technology Used
Framework: Django 4.0.3 language Python
Structure: Bootstrap, HTML, Shell Styles: CSS
They are no known bugs at the moment but incase you experience any you can contact me at juliet.oluoch@student.moringaschool.com
This project was contributed to by:
Juliet Oluoch
Copyright (c) 2022 Juliet Oluoch
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.