Skip to content

ngocban284/Image-Lazer-Backend

Repository files navigation

Image Lazer Back-End

This is the Back-end for our last semester's OOP project, an image sharing social networking site called "Image Lazer".

Image Lazer Front-End

If you want to check out our Front-end codebase, click here

Image Lazer Demo

Build With

  • Typescript
  • NestJS
  • MongoDB
  • SocketIO
  • Eslint
  • Git
  • Github

Installation

  1. Clone the repo
    git clone https://github.com/ngocban284/Image-Lazer-Backend.git
  1. Install NPM packages
    npm install
  1. Enter your Environment variables
    MONGO_USER = ""
    MONGO_PASSWORD = ""
    MONGO_HOST = ""
    MONGO_DATABASE = ""
    JWT_SECRET = ""
    JWT_REFRESHTOKEN = ""
    UPLOAD_LOCATION = ""
  1. Run
    npm run start

The Project

As this is a photo sharing social networking site, registration is needed for users to experience all of Image Lazer's features:

  • Create your own albums of interests or hobbies
  • Save people's posts to your albums for later inspirations
  • Look into the details of a post
  • Commenting on different posts, be it praises or criticisms.
  • Follow people whose style you jam with
  • Chat with your followers or people you followed
  • And of course you can also change your personal information (avatar, interests, etc...)

...

Project Architecture

Ảnh chụp Màn hình 2022-08-29 lúc 13 46 00

  • LIKE MODULE : Deals with the liking mechanisms.
  • COMMENT MODULE : Provides commenting feature.
  • POST MODULE : Handles user interactions with posts.
  • ALBUM MODULE : Gives users the ability to create their own albums.
  • FOLLOW MODULE : Provides users with following capability.
  • SAVEPOST MODULE : Provides the function to save other people's posts to your album.
  • USER MODULE: Provides login, logout, post posting, save post, comment, like, chat feature for users.
  • CHAT MODULE : All things messaging related.

=>All modules will be included in APP MODULE to ensure the encapsulation of the application.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages