https://github.com/oktadev/donate-at-iterate
Donate @ Iterate!
https://github.com/oktadev/donate-at-iterate
angular iterateconf java okta spring-boot typescript
Last synced: 3 months ago
JSON representation
Donate @ Iterate!
- Host: GitHub
- URL: https://github.com/oktadev/donate-at-iterate
- Owner: oktadev
- License: apache-2.0
- Created: 2018-02-21T22:47:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T02:26:47.000Z (over 3 years ago)
- Last Synced: 2025-03-04T07:32:26.493Z (over 1 year ago)
- Topics: angular, iterateconf, java, okta, spring-boot, typescript
- Language: Java
- Homepage: https://donate-at-iterate.herokuapp.com
- Size: 6.77 MB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Donate @ Iterate
> Made with 💙 by [@oktadev](https://twitter.com/oktadev) for [Iterate Developer Conference](https://iterateconf.io).
This app can be found online at https://donate-at-iterate.herokuapp.com.
**Prerequisites:** [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) and [Node.js](https://nodejs.org/).
> [Okta](https://developer.okta.com/) has Authentication and User Management APIs that reduce development time with instant-on, scalable user infrastructure. Okta's intuitive API and expert support make it easy for developers to authenticate, manage and secure users and roles in any application.
* [Getting Started](#getting-started)
* [Screenshots](#screenshots)
* [Help](#help)
* [License](#license)
## Getting Started
To install this example application, run the following commands:
```bash
git clone git@github.com:oktadeveloper/donate-at-iterate.git
cd donate-at-iterate
```
This will get a copy of the project installed locally. To install all of its dependencies and start each app, follow the instructions below.
To run the server, cd into the `server` folder and run:
```bash
./mvnw spring-boot:run
```
To run the client, cd into the `client` folder and run:
```bash
npm install && npm start
```
## Screenshots
## Help
Please [post any questions as issues](https://github.com/oktadeveloper/donate-at-iterate/issues), or visit our [Okta Developer Forums](https://devforum.okta.com/). You can also email developers@okta.com if would like to create a support ticket.
## License
Apache 2.0, see [LICENSE](LICENSE).