Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apillon/ps-proof-of-attendance
Prebuild solution for creating proof of attendance (POAP) with NFTs
https://github.com/apillon/ps-proof-of-attendance
apillon prebuild
Last synced: about 1 month ago
JSON representation
Prebuild solution for creating proof of attendance (POAP) with NFTs
- Host: GitHub
- URL: https://github.com/apillon/ps-proof-of-attendance
- Owner: Apillon
- License: mit
- Created: 2024-01-12T12:53:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T07:10:09.000Z (8 months ago)
- Last Synced: 2024-04-26T08:28:10.270Z (8 months ago)
- Topics: apillon, prebuild
- Language: TypeScript
- Size: 1.1 MB
- Stars: 0
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apillon prebuilt solution - Proof of attendance (POA)
[![Twitter Follow](https://img.shields.io/twitter/follow/Apillon?style=social)](https://twitter.com/intent/follow?screen_name=Apillon)
Prebuilt solution for creating proof of attendance (POA) with NFTs, using Apillon platform and it's developer tools.
## Overview
Apillon prebuilt solutions are plug and play applications which can be deployed to production, with minimum modifications required.
This ready-made solution is designed to help you give out digital collectibles (called NFTs) to attendances on an event.
## Getting started
Solution consists of 2 main parts, Node.js backend APIs and Vue 3 frontend.
### Basic
If you have no experience with git and would still like to use our prebuilt solution, feel free to click the green button "Code" on the upper right corner of this repository and then selecting "Download ZIP".
Once downloaded, the zip file includes all files you need to run the application. Before that happens you need to set up configuration as described in documentation.### Advanced
1. Fork the repo
2. Configure and modify APIs and website
3. Deploy API to docker or any other server that can run node.js applications
4. Deploy website to Apillon hosting## Documentation
| Resource | Description |
| ------------------------------ | ------------------------ |
| [Backend](backend/README.md) | Docs for node.js backend |
| [Frontend](frontend/README.md) | Docs from Vue 3 frontend |## License
This project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details.