/CtrlAltDel_Backend

Primary LanguageJavaScriptMIT LicenseMIT

CtrlAltDel_Backend

from hackathon

Getting Started

These instructions will guide you through setting up and running the project on your local machine.

Prerequisites

  • Node.js installed on your machine.
  • npm or yarn package manager installed on your machine.

Installing

  1. Clone the repository.

    git clone https://github.com/Eve-SatOrU/CtrlAltDel_Backend
    
    cd CtrlAltDel_Backend
    
    1. Install dependencies:
    npm install
    
  2. Configuration Create a .env file in the root of the project and add the following environment-specific variables.

    DB_NAME=
    DB_USER=
    DB_PASSWORD=
    DB_HOST=
    DB_DIALECT=
    DB_PORT=
    
  3. Running the App and start the development server.

    npm start
    
  4. Visit http://localhost:3000 in your browser to view the app.

Features

  • Real-time Traffic Coordination
  • Preemptive Hospital Preparation
  • Seamless Emergency Response Coordination

Built With

  • Node.js - JavaScript runtime
  • Express.js - Web application framework
  • MySQL - Open-source relational database management system
  • Sequelize - Promise-based Node.js ORM

contribute

if you want to contribute to this project, you can fork the repository, clone it, and create a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.