Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muhammadzulhusni/event-management-app

I've been working on this awesome event management app recently. It allows you to browse upcoming events and post your own. I have made it very easy to use and secure with authentication. Have tested it with Postman, and many other interesting features.
https://github.com/muhammadzulhusni/event-management-app

completed-project postman rest-api

Last synced: about 2 months ago
JSON representation

I've been working on this awesome event management app recently. It allows you to browse upcoming events and post your own. I have made it very easy to use and secure with authentication. Have tested it with Postman, and many other interesting features.

Awesome Lists containing this project

README

        

# Event Management App

## Introduction

Hey there! Welcome to the Event Management App, your go-to solution for browsing upcoming events and posting your own. This app is built using Laravel, providing a secure and user-friendly experience for event management.

## Features

- Browse upcoming events
- Post new events (authentication required)
- Secure authentication system
- Tested with Postman for API endpoints

## Installation

To run this Event Management App locally, follow these steps:

1. Clone the repository:

```bash
git clone [email protected]:MuhammadZulhusni/Event-Management-App.git
```

2. Navigate to the project directory:

```bash
cd Event-Management-App
```

3. Install Composer dependencies:

```bash
composer install
```

4. Copy the example environment file and make the required configuration changes:

```bash
cp .env.example .env
```

5. Generate a new application key:

```bash
php artisan key:generate
```

6. Set up your database configuration in the `.env` file.

7. Run database migrations:

```bash
php artisan migrate
```

8. Optionally, seed the database with sample data:

```bash
php artisan db:seed
```

## Usage

Once the local server is running, you can start browsing upcoming events and post your own. Remember to sign in to access posting functionality.

## Contributing

Contributions are welcome! If you'd like to contribute to this project, feel free to fork the repository, make your changes, and submit a pull request.