https://github.com/fredcodee/askme
a web app built with flask for users to ask questions to a specific expert.
https://github.com/fredcodee/askme
flask python
Last synced: 11 months ago
JSON representation
a web app built with flask for users to ask questions to a specific expert.
- Host: GitHub
- URL: https://github.com/fredcodee/askme
- Owner: fredcodee
- Created: 2020-03-12T01:32:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T18:44:09.000Z (over 2 years ago)
- Last Synced: 2025-01-08T01:35:47.360Z (about 1 year ago)
- Topics: flask, python
- Language: HTML
- Homepage: https://askme001.herokuapp.com/
- Size: 8.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Askme
## what is Askme?
- this a web app project built with flask for users to ask questions to a specific expert.
## What problem does askme solve?
- Askme is a continually improving collection of questions and answers created, and organized by user who uses it.
The most important thing is to have each question be directed to a particular expert to answer without time wasting or initiating irrelevant chats.
## Tools:
- flask (python) backend
- view requirements file to see more
## User type (student & expert)
- student logs in and ask a question to any expert
- expert recieves student's questions
- experts decides to answer or ignore or delete previous anwsers
- student see experts answer
- student can delete questions they asked
## Developer Setup:
- Fork this repository, and cd into it.
> https://github.com/fredcodee/askme.git
> cd askme
- Create and activate your virtual environment.
> pipenv shell
- Install requisite python packages and modules.
> pip install -r requirements.txt
**Before you run go to __init__.py file in the app folder and change the DATABASE_URI to yours **
###### here is a preview of the web app

