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
- Host: GitHub
- URL: https://github.com/azozzalfiras/hurryapp2-hackation
- Owner: AzozzALFiras
- Created: 2024-07-06T11:10:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T06:53:45.000Z (over 1 year ago)
- Last Synced: 2025-01-13T23:16:22.347Z (over 1 year ago)
- Topics: admin-dashboard, bootstrap, laravel, nodejs, weather
- Language: PHP
- Homepage: https://weather.3zozz.com
- Size: 81.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.