A django application that allows users to register, post their projects on the system, get reviews as well as reveiw other people's projects.
The user would like to.... :
- As a user, one will view posted projects and their details
- As a user, one will post a project to be rated/reviewed
- As a user, one will rate/ review other users' projects
- As a user, one will search for projects
- As a user, one will view projects overall score
- As a user, one will view my profile page
- Have a smart device that has access to a stable internet connection
- Have a stable internet connection
- Have an updated browser
- Python3.8
- Django version 3.2.10
- pip
- Open Terminal {Ctrl+Alt+T}
- Git clone: https://github.com/KaranjaK/The-Awards
- cd The-Awards
- code . or atom . based on the text editor you have.
- To run the applicaton, change directory to where you have cloned and run the following commands: $ git add . $ git commit -m 'deploy to heroku' $ git push heroku master
- The are no known bugs as per now. However, for any bugs detected, pull requests are allowed.
- python3.8
- Django
- HTML
- CSS
- Shell
- Procfile
For any further clarifications or inquiry, kindly reach out @ karanjakelvin77@gmail.com
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.