fossasia / open-event-frontend

The frontend for the Open Event API Server https://test.eventyay.com
https://eventyay.com
Apache License 2.0
2.34k stars 1.82k forks source link

Open Event Frontend

Open Event Frontend

Build Status Netlify Codacy Badge codecov Known Vulnerabilities Weblate Gitter Mailing Twitter Follow

The front end for the Open Event Server

API Documentation:

Communication

Please join our Mailing list or chat channel to get in touch with the developers.

Installation

The Open Event Frontend can be easily deployed on a variety of platforms. Detailed platform specific instructions have been provided below.

  1. Local Installation
  2. Publish to GitHub Pages
  3. Running in Docker

Running / Development

Click to see installation video

Note: Please follow installation steps listed above carefully before running

Unfortunately, no one reads the note above, so please just run the following commands when setting up for the first time:

Running:

Code Generators

Make use of the many generators for code, try ember help generate for more details.

Running Tests

This project has acceptance, integration and unit tests located inside the tests/ folder.

Building

Deployments, Docker images and Releases

Deployments

Master branch

The master branch of open-event-frontend gets deployed in a production environment at https://eventyay.com It consumes the API exposed by master branch deployment of open event server, hosted at https://api.eventyay.com

Development branch

The development branch of open-event-frontend gets deployed at https://open-event-frontend.now.sh/ It consumes the API exposed by development branch of open event server, hosted at https://test.eventyay.com

Release Cycle

Stable versions will be released periodically, starting from version 1.0.0 when open-event-frontend went into production. Version names will follow semantic versioning

Docker Hub Images

Docker images hosted on open-event-frontend repository under eventyay organisation on docker hub are updated for each push on master and development branch. Separate tags for each version release are also maintained. They are as follows:

Branch/Release Image
Master eventyay/open-event-frontend:latest
Development eventyay/open-event-frontend:development
Version(vx.y.z) eventyay/open-event-frontend:vx.y.z

Further Reading / Useful Links

Contributions Best Practices

Commits

Feature Requests and Bug Reports

When you file a feature request or when you are submitting a bug report to the issue tracker, make sure you add steps to reproduce it. Especially if that bug is some weird/rare one.

Join the development

License

This project is currently licensed under the Apache License version 2.0.

To obtain the software under a different license, Please contact FOSSASIA.