Skip to content

Latest commit

 

History

History
74 lines (58 loc) · 1.41 KB

README.md

File metadata and controls

74 lines (58 loc) · 1.41 KB

Example filled out:

HurryApp2 - Hackation

Description

HurryApp2 is a web application designed for organizing hackathons efficiently.

Table of Contents

Features

  • Manage hackathon schedules
  • Participant registration
  • Event notifications

Frontend

The frontend of HurryApp2 uses:

  • balde - A Balde Laravel for building user interfaces
  • Bootstrap - A front-end framework for designing responsive and mobile-first websites

Backend

The backend of HurryApp2 is built with:

  • Node.js - A JavaScript runtime for building server-side applications
  • Laravel - A fast, unopinionated web framework for Laravel
  • Mysql - A Mysql database for storing application data

Installation

To install HurryApp2, follow these steps:

Frontend

  1. Navigate to the frontend directory:

    cd laveral
  2. Install dependencies:

    composer install
    npm install

Backend

  1. Navigate to the backend directory:
    cd nodejs
  2. Install dependencies:
    nmp install

Usage

  1. Start the frontend server:

    npm run dev
  2. Start the backend server:

    node server.js
  3. Access the application via the provided URL.