Kim's Feedback Forms

By Maureen Mwangi.

Description

BlogA is a personal blogging website where a user can create and share opinions and other users can create and comment on them.
Also implemented within is a feature that displays rando quotes to inspire users.
The following is a live link to the project: Live link

Installation process

To access my repository link: https://github.com/maureen-james/Kim-s-feedback-form.git

To clone this repository locally, type the following command on your terminal.

If using HTTP keys, type:

https://github.com/maureen-james/Kim-s-feedback-form.git

If using SSH keys, then type:

git@github.com:maureen-james/Kim-s-feedback-form.git

On running the commands successfully, you should have a local version of this repository. Navigate to the target directory and open it with a prefered IDE :

Firstly;

  1. Create a virtual environment by running the following command:

    python3 -m venv virtual

    To install all stable dependencies used to run the application:

    pip install -r requirements.txt

    Activate the virtual environment by:

    source virtual/bin/activate

    And run the application from the virtual environment

  2. Create a database of your choice and change the configurations in the config.py file.

  3. Make and update database migrations to determine the tables schema.

  4. On running the application, type the following on the terminal;

  • chmod a+x start.sh Then type ./start.sh
  1. To test the application;
  • python3.8 manage.py test
  1. To navigate to a local browser, Type this on a preferred browser:
  • 127.0.0.1:5000

Technologies used

Known-Bugs

No bugs identified during build.

Contact information

  • Author E-mail ; maureen.mwangi@student.moringaschool.com
  • Phone Number: +254 712345678.

Collaborators

Copyright and License

MIT LICENSE