Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/muhammadzulhusni/event-management-app
- Owner: MuhammadZulhusni
- Created: 2024-03-26T23:02:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T16:01:54.000Z (6 months ago)
- Last Synced: 2024-10-12T11:09:21.305Z (3 months ago)
- Topics: completed-project, postman, rest-api
- Language: PHP
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.