amqkv / SOEN-341

0 stars 0 forks source link

MemeSpace

Description

MemeSpace is an application designed and implemented as part of the SOEN 341 course. It aims to be a social platform where users will be able to connect with each other and share photos. Posted pictures will be displayed on the user's profile and as well as on the feed of those following him/her. User interactions will be in the form of following/being followed by other users and liking/commenting pictures.

Core Features

Technologies Used

Team Members

Name GitHub Username Student ID
Adrianne Mai Quynh Kim Vo amqkv 40129948
Ion Balan I3alan 40055582
Jasmin Guay guaj 40101957
Jean-Francois Vo jfv-2000 40132554
Nicolas Pinochet Brouillette justpino7 40157614
Olivier Phan silentswordxv 40096496

FrontEnd

BackEnd

Pull Request Process

Pull requests will have to be reviewed by minimum 3 other team members (excluding the requester) in order to be marged to main/production/master

Architecture

Block Diagram

Coding Convention

Standard React Convention: Components/Main functions : PascalCase Other Functions and variables: camelCase