Skip to content

plankman2k/DRSAlert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRSAlert

Disaster Response System - For GitHub Constellation 2024 Hackathon

To run the Backend, follow these steps:

Ensure you have .NET SDK installed:

If you don't have it installed, download and install it from the .NET download page.

Navigate to the project directory:

cd <YourHomeDir>/DRSAlert/DRSAlert/DRSAlert.API

Restore the dependencies:

dotnet restore

Build the project:

dotnet build

Run the application:

dotnet run

Open the browser and navigate to:

http://localhost:5148/swagger


To run the Frontend, follow these steps:

Ensure you have Node.js installed:

If you don't have it installed, download and install it from the Node.js download page. You can check if you have Node.js installed by running node -v in the terminal.

Navigate to the project directory:

cd <YourHomeDir>/DRSAlert/ClienApp

Install the dependencies:

npm install

Run the application:

npm start or npm run dev

Open the browser and navigate to:

http://localhost:3000/


About

Disaster Response System - For GitHub Constellation 2024 Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •