Skip to content

chetansource/Chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Welcome to my project! This is a brief guide on how to get started with the frontend and backend.

![Login Page](https://drive.google.com/file/d/1KWhxmggE6dWTXXC6b46kzp0kZBAsZhkP/view?usp=sharing](https://drive.google.com/file/d/1KWhxmggE6dWTXXC6b46kzp0kZBAsZhkP/view?usp=drive_link)

![Chat Page](https://drive.google.com/file/d/1hyccFrI9gK57BhNOw4mNi_-_riOjmQIi/view?usp=drive_link](https://drive.google.com/file/d/1hyccFrI9gK57BhNOw4mNi_-_riOjmQIi/view?usp=drive_link)

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

You need to have Node.js and PostgreSQL server installed on your machine.

Installation

  1. Clone the repo
    git clone repo-link
    

2.Install NPM packages in both the client and server directories:

cd client
npm install
cd ../server
npm install

Navigate to the client directory:

cd client

Run the frontend server:

npm run start

Navigate to the server directory:

cd server

Run the backend server:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published