Front-end for the Kick-In Media App. Communicates with the corresponding back-end in this GitHub organization.
Requirements:
- Back-end
- Auth0 App Token
- NodeJS (developed on NodeJS v18.7.0)
- Install packages with
npm install. - Run development instance with
npm start. - Happy coding!
The src/ directory contains the general codebase of the tool and can easily be adapted for
other events/goals/associations (as long as you have a running back-end and all other requirements
in order). See example use cases in the projects/ directory (and corresponding config in
angular.json).
By creating your own sub-project (in your own repository ofc) you can easily set up your own photo tool!