Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adiunni/qna_sbl
QnA site for CryptoCrit
https://github.com/adiunni/qna_sbl
python qna
Last synced: 8 days ago
JSON representation
QnA site for CryptoCrit
- Host: GitHub
- URL: https://github.com/adiunni/qna_sbl
- Owner: adiunni
- Created: 2021-03-07T14:58:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-21T17:01:28.000Z (over 3 years ago)
- Last Synced: 2024-10-27T13:21:11.445Z (about 2 months ago)
- Topics: python, qna
- Language: JavaScript
- Homepage:
- Size: 791 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CritQuery
> An open-source QnA Platform
This python project focuses on building a QnA page for our upcoming application, CryptoCrit. This page will feature all the answers to your questions.
[critquery.web.app](https://critquery.web.app/)
## Overview
The homepage will look like this
![Overview](https://user-images.githubusercontent.com/17960677/113262463-42788b00-92ee-11eb-8982-539fa7975649.png)
The Question page will look like this,
![Question Page](https://user-images.githubusercontent.com/17960677/113262931-ccc0ef00-92ee-11eb-859f-25384718d828.png)
## How to Use
To use this app, create an account, It will ask for name, username, email and password, once you create an account, you can log in, once logged in, you can post questions and answers.
![Sign Up](https://user-images.githubusercontent.com/17960677/113263672-b0718200-92ef-11eb-9edf-6e3b879325ec.png)
## Markdown Support
Yes, it supports Markdown, and everything that is possible with it, that is, images (and GIFs), links, text formatting and much more.
### Code Snippets
It also supports Code Snippets with syntax-highlighting just like GitHub Markdown,
![Code Snippets](https://user-images.githubusercontent.com/17960677/113485141-d05c9d80-94c9-11eb-88b6-053c4067350d.png)
## Tech Stack
* Django
* PostgreSQL
* React.JS
* Material UI## Team
* [Aditya Unnikrishnan](https://www.adiunni.tech)
* [Gabriel Rajendran](https://github.com/rgab1508)
* [Abhishek Chaudhary](https://theabbie.github.io/)