/tagging-system

API for a posts like/dislike system for a social media site similar to facebook, instagram, etc... the system allows users to see posts that have been added by the admin (user won't be able to submit posts, only read them for now). users are allowed to either like or dislike the posts and the next set of posts should be based on posts users previously liked or disliked.

Primary LanguagePython

  • PipEnv is a way to create virtual environments in Python that allows for environment agnostic dependency installation.

Tagging System

Installation Steps:

DATABASE NAME: instest_post
USER: postgres
PASSWORD: postgres
  • python3 manage.py migrate

  • python3 manage.py createsuperuser

  • python3 manage.py runserver 0:7777

  • Goto http://127.0.0.1:7777 and login.

INFO: Don't hesitate to contact me if any issue occured while installation. Mail: me@insafweb.in