This site allows a user to view blogs from different users. A user is also able to create an account profile and post his/her blog(s) and they can be viewed by others as well.
On the command line type: git clone https://github.com/victoriamwangi/BlogsByVic.git cd BlogsByVic to open project on vs code run: code .
- Either a computer,phone,tablet or an Ipad to interact with the site and access to the Internet.
- For installation: python, pip
- Other requirements can be found in the requirements.txt file.
Create environment: python3 -m venv --without-pip virtual
Activate environment: source virtual/bin activate
Install flask: pip install flask
Serve: chmod a+x start.sh
then ./start.sh
Run python3 manager.py test
- HTML - which was used to build the general structure of the page.
- CSS - which was used to style the page.
- Bootstrap - which was used to make the page responsive and visually appealing
- Python(Flask)- which was used to develop methods to consume the API
MIT License
Copyright (c) [2022] [VictoriaMwangi]
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.
LinkedIn - [https://www.linkedin.com/in/victoria-mwangi-5bb054203/]