An open API service indexing awesome lists of open source software.

https://github.com/azozzalfiras/hurryapp2-hackation

weather web app which can provide geo information concern the personal health
https://github.com/azozzalfiras/hurryapp2-hackation

admin-dashboard bootstrap laravel nodejs weather

Last synced: 3 months ago
JSON representation

weather web app which can provide geo information concern the personal health

Awesome Lists containing this project

README

          

### Example filled out:

# HurryApp2 - Hackation

## Description
HurryApp2 is a web application designed for organizing hackathons efficiently.

## Table of Contents
- [Features](#features)
- [Frontend](#frontend)
- [Backend](#backend)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## 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:
```bash
cd laveral
```

2. Install dependencies:
```bash
composer install
```
```bash
npm install
```

### Backend
1. Navigate to the `backend` directory:
```bash
cd nodejs
```
2. Install dependencies:
```bash
nmp install
```

### Usage
1. Start the `frontend` server:
```bash
npm run dev
```

2. Start the `backend` server:
```bash
node server.js
```

3. Access the application via the provided URL.