https://github.com/r-webdev/eventmanager
https://github.com/r-webdev/eventmanager
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/r-webdev/eventmanager
- Owner: r-webdev
- Created: 2019-02-23T08:49:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T05:03:43.000Z (about 6 years ago)
- Last Synced: 2025-01-26T13:28:24.250Z (3 months ago)
- Language: PHP
- Size: 171 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event Manager
This repository provides:
- `Backend` framework for REST api endpoints to serve the frontend applications
- `Frontend` blades to utilise the REST api endpoints
- `Docker` containers for local development## How do I get set up?
- clone this repo and switch into the `/source` folder
- composer install to get the PHP packages install
- copy the `.env.example` to `.env` and set the parameters
- switch to the `/docker` folder and `docker-compose up` the docker containers and access on `localhost:8080`
- Access the docker contain with `docker exec -it eventmanager-phpfpm bash`