mirror of
https://github.com/Amperra-Group/xcs.git
synced 2025-12-08 02:22:14 -07:00
| posts | ||
| public | ||
| src | ||
| .env.example | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierrc | ||
| bun.lockb | ||
| components.json | ||
| invites.json | ||
| LICENSE.md | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| test-file.txt | ||
| tsconfig.json | ||
| wyre-starter.rbxmx | ||
| XCS.organizations.json | ||
| yarn.lock | ||
R&C XCS - Card Access Management Platform
R&C XCS is a card access management platform that allows users to manage their card access to access points within experiences on the Roblox platform.
Features:
- Create and manage access points
- Organization and location-based access control
- Different allow-list parameters (e.g. card numbers, user ID, group ID assocation, etc.)
- Access groups
- Scan logs
- Member management
- Invitation links for organizations and registration
- ...and more!
This project uses the following technologies:
The backend is serverless and is bundled with Next.js in the src/pages/api directory.
Installation
Prerequisites
- Node.js (v20.8.0 or higher)
- Bun (1.0.7 or higher, recommended) or npm (9.8.0 or higher)
- MongoDB Community Server
Setup
- Clone the repository
- Run
bun installornpm installto install dependencies - Clone
.env.exampleto.envand fill in the values - Run
bun devornpm run devto start the development server
Contributing
This project is open to contributions. I don't have a contributing guide yet, but feel free to open a pull request and I'll review it.
License
This project is licensed under the MIT license. See LICENSE.md for more information.