A question and answer platform, similar to Stack Overflow, but for economists: built with Python and JavaScript. The Tech Stack is as follows:
- Django
- Django REST framework
- JavaScript
- BootStrap5
- Auth0
Visit https://nesaacademy.com/ for the live site. Here are the basic features.
Nesa Academy authentication was built with Auth0 and it only allows social authentication with a Google account.
You can see all questions as well as filter by date
, votes
, and views
.
You can also follow or unfollow question, if you're not the person that created the question.
You can also edit or delete question you posted.
However, since this web app mirrors Stack Overflow, you must therefore have certain level of reputation before you can edit/delete question and perform other actions. Checkout the help center to learn more.
You can ask a question on Nesa Academy, and based on your reputation it can either be submitted as draft or published immediately.
Things start getting interesting when you view a single question, as you can see when it was asked, how many times it was viewed, and how many answers it has. You can also share
, follow
, upvote
, and downvote
a question. While if there are related questions, it will also be visible here.
Furthermore, you can answer a particular question just once, as well as upvote
, downvote
, edit
, and delete
the answer. You can also accept
a particular answer if you deem it to be the most suitable for your particular question: a green check mark
will be visible on accepted answers.
You can also search for a particular question.
You can see other users on the site, as well as view their profile.
Before you access your dashboard, at the top right corner you have access to your notification
, dashboard
and profile
. Where you can edit or delete your profile.
Superuser's has special advanced feature: which are to accept, delete questions.
As well as to message a particular user.
Finally, you can view articles, add your own articles, like or dislike an article and comment on an article.
This application is also mobile friendly.
Checkout this post to read more.