Skip to content

AmosMwangi/i-gram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was generated with Python version 3.6.9

Author:

  • Amos Mwangi

Description

It's an webapp that has features of uploading new pics.

SetUp / Installation Requirements

Prerequisites

  • python3
  • pip
  • virtualenv

Cloning

  • In your terminal:

      $ git clone https://github.com/AmosMwangi/i-gram
      $ cd Blogs
    

Running the Application

  • Creating the virtual environment

      $ python3.6 -m venv --without-pip virtual
      $ source virtual/bin/env
      $ curl https://bootstrap.pypa.io/get-pip.py | python
    
  • Installing Django and other modules

      $  pip install -r requirements.txt
    
  • To run the application, in your terminal:

      $ chmod a+x start.sh
      $ ./start.sh
    

Testing the Application

  • To run the tests for the class files:

      $ python3.6 manage.py test
    

Technologies Used

This project was generated with

  • Python version 3.8.0.
  • Django.
  • Django-Bootstrap.
  • Psycopg2.
  • CSS
  • HTML

Support and contact details

Incase of a problem, issue or need more clarification, feel free to send an email
amosmwangi101@gmail.com

License

About

i-gram web app for pis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published