Name | 🎯 Mini Quora |
Description | 📜 |
Live Demo | 🚀Live here |
Language | |
Framework | |
Database |
📌 For now, it can create, retrive, update,delete posts
📌 Display a homepage with all posts.
📌 Redirects to specific post when clicked on post.
📌 Can comment and upvote
📌 Login page
git clone https://github.com/joelvinaykumar/MiniQuora.git
cd MiniQuora
pip install -r requirements.txt
python book-shoppe.py
⛏️ In JSON path, use '/' if you are using linux operating system and '' if you are using windows operating system. I'm not sure how macintosh handles path specifiers.
⛏️ Run book-shoppe.py as "python book-shoppe.py" or "py book-shoppe.py" depending upon your python version. If you are unsure, you can check it by running command "python --version"