- Description
- Installation process
- Technologies used
- Known-Bugs
- Contact Information
- Collaborators
- Copyright and License
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
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;
-
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
-
Create a database of your choice and change the configurations in the config.py file.
-
Make and update database migrations to determine the tables schema.
-
On running the application, type the following on the terminal;
chmod a+x start.sh
Then type./start.sh
- To test the application;
python3.8 manage.py test
- To navigate to a local browser, Type this on a preferred browser:
127.0.0.1:5000
No bugs identified during build.
- Author E-mail ;
maureen.mwangi@student.moringaschool.com
- Phone Number: +254 712345678.