hydromelvictor / Phi

alx webstack project the end backend software engineering formation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHI - ALX WEBSTACK PROJECT - BACKEND SOFTWARE ENGINEER SPECIALIZATION END

Phi

Phi is a web application designed for professionals of all backgrounds and disciplines to share their passion for work, promote their sector of activity and find new career or even a new job. Phi is also a place to spend a weekend with colleagues and friends through private and group discussions.

this adventure to Phi is a composition of three backend engineers:

full names github link linkedin link twitter link stackoverflow link
Hydromel Victor Doledji harkinder-dark hydromel WarningCoder hydromel
Caren Kathambi CaraNerac Cara Nerac Twitter StackOverflow
Timo kamau github linkedIn Twitter StackOverflow

Architecture

rum project

myterminal:$ git clone https://github.com/harkinder-dark/Phi.git
myterminal:$ cd Phi

linux

myterminal:$ python3 -r requirement.txt

# launch
myterminal:$ python3 wsgi

windows

python -r requirement.txt

# launch
myterminal:$ python -m wsgi

Sign Up and Login

Sign Up Login

Composition of the project

  • Authentication
    • user registration and authentication required before access
  • news
    • a set of user posts constituting news that can be consulted immediately after authentication
  • profile management
    • access to your private user profile allowing the modification of the user name, the profile photo, and also the entry of more personal information allowing your profile to be more reinforced and admirable for public consultation which increases the possibility of friendship and much more... access to the parameter allowing you to control who could see your public profile, comment on your posts, write to you, send you friend requests and much more. you have access to the modification of your password and of course to the deletion of your account which leads to the total, immediate, definitive and irrecoverable deletion of your data and of course all this in one place and tidy
  • write posts
    • at your disposal a complete tool for writing your posts capable of integrating text, images, links, videos and much more
  • access to the public profile of all users
    • yes access to the public profile of course if the user's configuration allows you
  • I let you make the other discoveries on your own ...

About

alx webstack project the end backend software engineering formation


Languages

Language:JavaScript 74.2%Language:CSS 21.5%Language:HTML 2.3%Language:Python 1.9%