Skip to content

This repo houses the backend codebase for a real-time chat application built using the NestJS framework

Notifications You must be signed in to change notification settings

misterpaul4/chat-pro-backend

Repository files navigation

Real-Time Chat App Backend with NestJS

This repository contains the server-side code and services necessary to create a feature-rich, real-time chat application with authentication, messaging, and more.

Getting Started

Before you begin, make sure you have the following installed:

  • Node.js
  • npm or yarn
  • Postgres
  • Git (for cloning this repository)
  1. Clone this repository to your local machine:

    git clone https://github.com/misterpaul4/chat-pro-backend.git
    
  2. Install dependencies:

    yarn
  3. Add required environment variables:

    DATABASE_URL='*********'
    PORT='*********'
    
    ## email related stuff
    MAIL_CRED_EMAIL='*********'
    MAIL_CRED_APP_PASS='*********'
    
    
  4. Start server

    yarn start:dev
    

Contributing

  • Fork the repository.
  • Create a new branch for your feature or bug fix.
  • Make your changes and test thoroughly.
  • Commit your changes with descriptive commit messages.
  • Push your branch to your fork.
  • Create a pull request to the main repository.

About

This repo houses the backend codebase for a real-time chat application built using the NestJS framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published