Skip to content

MelsovEZ/n1-lession6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  1. Clone the repository:

    git clone https://github.com/MelsovEZ/n1-lession6.git
  2. Navigate to the project directory:

    cd chat-app
  3. Install dependencies for the server:

    npm install
  4. Navigate to the client directory:

    cd client
  5. Install dependencies for the client:

    npm install
  6. Start the backend server:

    node server.js
  7. Start the frontend server:

    cd client
    npm start
  8. Access the application in your web browser at http://localhost:3000.

API Endpoints

  • /chats: GET endpoint to fetch all chat messages from the server

About

Lecture 6 Homework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published