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

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.

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)