This repository contains the server-side code and services necessary to create a feature-rich, real-time chat application with authentication, messaging, and more.
Before you begin, make sure you have the following installed:
- Node.js
- npm or yarn
- Postgres
- Git (for cloning this repository)
-
Clone this repository to your local machine:
git clone https://github.com/misterpaul4/chat-pro-backend.git
-
Install dependencies:
yarn
-
Add required environment variables:
DATABASE_URL='*********' PORT='*********' ## email related stuff MAIL_CRED_EMAIL='*********' MAIL_CRED_APP_PASS='*********'
-
Start server
yarn start:dev
- 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.