ademidun / atila-angular

Angular frontend for Atila
0 stars 0 forks source link

atila-angular

The front-end app used to power Atila.

CircleCI

Getting Started

You may need to set up a separate Django Application using the django-rest framework, the app should be using a PostgreSQL database.

We try to use a decentralized approach so your Django and Angular application should be able to operate completely independently of each other. They should also be kept in separate repositories.

Here are some tutorials to get you started:

Official Django Rest Framework Tutorial

Techie Diaries Tutorial

Firebase Cloud Functions

This app also utilizes some cloud functions for various backend tasks.

They can be found in the functions folder.

To deploy: firebase deploy --only functions:fcmSend