JavadZandiyeh / AUT-DB-Projects

AUT Database Course Projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Base Projects

This repository contains my data base projects as NoSQL projects and SQL projects and ...

project1:

Working with Redis as NoSQL(hosting with Java by using jedis package)

Ghanari:

This is my final project. Ghanari is something like Twitter that has these capabilities

  • CreateAccount :> create account
  • LoginToAccount :> login to account
  • LoginCheck :> check login of all users
  • GetCurrentUser :> get current user which is in app
  • Follow :> follow users
  • UnFollow :> unFollow users
  • Block :> block users
  • UnBlock :> unBlock users
  • SendAva :> send Ava
  • TrendHashTag :> find trend hash tags
  • SeePersonalAva :> see list of your Avas
  • SeeAvasOfSpecificHashtag :> which Avas used a specific hash tag
  • LikeAva :> like Ava
  • FindNumberOfLikes :> how many users liked this Ava
  • ListOfLikers :> see which users liked this Ava
  • FindTrendAvas :> find trend Avas
  • FindCommentsOfAva :> find comments on this Ava
  • FindAvaOfBeFollowed :> find Ava of users you follow them
  • FindAvaOfUsers :> find Ava of users
  • SendMessage :> send message
  • FindReceivedMessages :> find received messages
  • FindValidMessageSendersToMe :> find users which have sent valid messages on you

ERDiagram:

erdiagram

About

AUT Database Course Projects


Languages

Language:Python 85.4%Language:Java 14.6%