Skip to content

dan-mutua/blog

Repository files navigation

The blog

Created By Daniel Mutua on 29-10-2021

Description

This a web app This is a web app where you can view photos of different items, you can click the name of the photo and learn more abot it.

Setup/Installation Requirements

  • Git
  • Web-browser or your choice
  • Github

Technologies Used

The following languages have been used on this project:

  • HTML
  • Bootstrap
  • Python
  • SQL

Setup/Installation Requirements

  • Copy the github repository url
  • Clone to your computer
  • Open terminal and navigate to the directory of the project you just cloned to your computer
  • Run the following command to start the server using virtual environment
python3.8 -m venv --without-pip virtual
  • To activate the virtual environment
source virtual/bin/activate
curl https://bootstrap.pypa.io/get-pip.py | python
pip install -r requirements.txt
  • To copy .env.example to .env
cp .env.example .env
  • Edit the .env file and replace the values with your own Cloudinary credentials and database credentials

  • To run the server

python manage.py runserver

  • Live link to view the project the blog

Known Bugs

So far so good there are no bugs related to this project 😎

Support and contact details 🙂

To make a contribution to the code used or any suggestions you can click on the contact link and email us your suggestions.

License

  • MIT licence Copyright (c) 2021 Moringa school.

Releases

No releases published

Packages

No packages published