Giter Site home page Giter Site logo

image-lazer-backend's Introduction

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.

image-lazer-backend's People

Contributors

ngocban284 avatar ngohieu1209 avatar quanganhquanganh avatar icebear137 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.