Also deployed on Firebase + Vercel
- Redirects from
main_.py
- APIs for ML in
api.py
- APIs for Questions in
question.py
- APIs for Tags in
tag.py
- APIs for Users in
user.py
- APIs for Particular Question in
particular_question.py
Created using ReactJS and Bootstrap.
Components inside frontend/src/components
- Home page in
main.js
- Navbar in
navbar.js
- Questions page in
question.js
- Tags page in
tag.js
- Particular Question page in
particular_question.js
- Search page in
search.js
- New Question page in
new_question.js
- Profile page in
profile.js
- Login page in
login.js
- Signup page in
signup.js
- All users page in
users_page.js
- User page in
par_user.js
- 404 page in
404.js
- About page in
about.js
- Frontend Integration test in
.github/workflows/frontend.yaml
- Python Unit and Integration Tests:
- Tests related to
X
intest_X.py
whereX
in (user
,tag
,question
,particular_question
)
- Tests related to