Follow these steps to start the application using Docker
You will need the following things properly installed on your computer.
-
git clone <repository-url>this repository -
cd open-event-frontend -
cp .env.example .env -
docker-compose up -d -
Visit your app at http://localhost:4200
- For installing open-event-server using docker-compose, follow these steps
- These steps were tested successfully on Pop!OS 20.04(LTS) with Docker version 19.03.12 and docker-compose version 1.26.2