In business, ignorance isn't bliss, it can bankrupt you. Avoid that with the BizWiz app, giving you the ability to ask and/or answer questions about any small business related topic as a business owner. It's features are aligned with a typical CRUD app. The home page has the name of the industry that the Q&As are relevant to. When clicking the industry you have the ability to see all the questions and answers given so far, with the option to ask a question or give an answer on that page. The questions and answers submitted will enter the database and be on display after submissions. If you click on a question or answer that is already there, you are taken to a page for that specific question or answer, with the ability to comment on it or see other comments on that question. Now, let's get down to business. Follow these simple steps to use the app:
A) first: mkdir [name of your directory]
B) second: [name of your directory]
C) then: clone into directory: https://github.com/Shawner1/WowProject.git
D) next: python -m venv django-env (or python3 -m venv django-env)
E) now: (Windows users) django-env\Scripts\activate.bat
(Bash users) source django-env/Scripts/activate
(Unix or MacOS) source django-env/bin/activate
A) here: pip install django
A) do: navigate into your created Django project folder
- cd [name of your directory]
- cd wow_bizwiz
B) execute: python manage.py runserver
C) finally: http://127.0.0.1:8000/ taking you to the sign up/ sign in screen
Remember, don't blindly imitate public success. Instead, imitate private systems. You know, the ones that made things successful in the first place. You'll learn that here with BizWiz.
Darien Davis https://github.com/DDavis-CP Sanford Barber https://github.com/Sanfordbarber30 Shawn Hing https://github.com/Shawner1
