Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Simple Web Application with a Microservice

This is the frontend part of the project, which is a simple web page with some JavaScript and CSS to make requests to the backend server. The backend server is an Express server that serves and sends messages to the frontend.

Project Structure

/tp1/
├── index.html
├── styles.css
└── script.js

/tp2/
├── index.js
├── package.json
└── package-lock.json

Getting Started

Prerequisites

  • A web browser (e.g., Chrome, Firefox)
  • Node.js and npm installed

Running the Frontend

  1. Open index.html in your web browser.

Running the Backend

  1. Navigate to the backend directory:
    cd /tp2
  2. Install the dependencies:
    npm install
  3. Start the server:
    npm run

Usage

  • The frontend will make requests to the backend server to send and receive messages.
  • Ensure the backend server is running before interacting with the frontend

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages