Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Emergency Ping

A full-stack application with a Node.js backend and a React frontend styled with Tailwind CSS. This project is designed to demonstrate the integration of a RESTful API with a modern frontend framework.

Table of Contents

Features

  • Node.js backend serving a simple API
  • React frontend with Tailwind CSS for styling
  • CORS enabled for cross-origin requests

Technologies Used

  • Backend: Node.js, Express
  • Frontend: React, Tailwind CSS
  • Others: npm, CORS

Getting Started

Prerequisites

Make sure you have the following installed:

  • Node.js (v14 or higher)
  • npm (comes with Node.js)

Run local backend

Set up the backend

```Shell
cd backend
```

Install the backend dependencies:

```Shell
npm install
```

Run the backend:

```Shell
cd backend
node server.js
```

Run local frontend

Set up the frontend:

```Shell
cd /web
npm install
```
Run the frontend:

```Shell
 cd web
npm start
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages