https://github.com/hmzelidrissi/evento-frontend
This is the frontend part for Evento. An Event management system for Administrators, Organizers and Customers.
https://github.com/hmzelidrissi/evento-frontend
react react-router reactjs
Last synced: about 2 months ago
JSON representation
This is the frontend part for Evento. An Event management system for Administrators, Organizers and Customers.
- Host: GitHub
- URL: https://github.com/hmzelidrissi/evento-frontend
- Owner: HMZElidrissi
- Created: 2024-03-07T21:44:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T23:31:08.000Z (about 2 years ago)
- Last Synced: 2025-10-26T23:34:11.652Z (8 months ago)
- Topics: react, react-router, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Evento Frontend
This is the frontend for the Evento app. An event management system that manages events, users, and bookings.
## Technologies Used
- Laravel 10 (RESTful API)
- React + Vite
- Tailwind CSS
- PostgreSQL
- JWT Authentication [Firebase JWT](https://github.com/firebase/php-jwt)
## Getting Started
- Clone the repository
```bash
git clone https://github.com/HMZElidrissi/Evento-Frontend.git
```
- Install dependencies
```bash
cd Evento-Frontend
npm install
```
- Create a `.env` file and copy the contents of `.env.example` to it
```bash
cp .env.example .env
```
- Start the development server
```bash
npm run dev
```
## Backend
> The Backend is available at [Evento API](https://github.com/HMZElidrissi/Evento-API)