This repo covers the web application that was made as a part of Project 4.0 at Thomas More University, in this project, we worked together with Fairville to create a web application geared towards munucipalities that want to manage social media campaigns with their local ambassadors/influencers.
- Frontend: Angular
- Package manager: Node.js
- Database: PostgreSQL
- Deployment: Azure
- icons: Fontawesome
- API: Spring boot API that can be found on GitHub
- UI: Bootstrap
- Documentation: Gitbook
- This repo is automatically deployed to Azure, where it can be viewed.
- If you cloned this repo for the first time, you can run
npm install
to install the dependencies - To run the application locally, you can clone the repository and use
npm start
to start the application.