Tusker is a sample Internet project where users can view and rate various kinds of content. Administrators submit content to the site such as links, text posts, images, and videos, which are then voted up or down and commented by other members. Content can be filtered based on the preferences of the user.
1.Admins have full control of the project i.e Posting, Deleting, Reacting and Monitoring the posts.
2.Users can only comment and react to the posts.
3.Tags have been enabled for the posts with which we can filter the posts, similar to the twitter hashtags.
4.Admin can add tags while creating a new post.
5.One user can only cast one vote per post.
1.Fork and clone or just clone the project using:
git clone https://github.com/anandhu-eng/webdez.git
2.Go to the Webdez folder using change directory command.
3.Install all the required modules using:
pip install -r requirements.txt
4.Execute the flask run
command.
Now, the server starts to run and ctrl+click the link that starts with https
in the terminal.