An open-source platform for organizations and individuals to create, customize and issue digital awards to recognize achievements and skills.
- Typescript
- Express
- MongoDB
- Redis
- AWS S3, SES
- React JS
- Material UI
openbadgx-1min-tour.mp4
👉 Clone the repo and enter the folder.
git clone https://github.com/nikiljos/OpenBadgX.git
cd OpenBadgX
👉 Create .env
files
Required in
apps/frontend
andapps/backend
folders.Copy the contents of
.env.example
files to.env
in the same root and edit the values.
👉 Install all dependencies adn run the dev server.
npm i
npm run dev
The frontend server will run on :5173
and the backend API will run on :5000
by default.
This project is licensed under the MIT License - see the LICENSE
file for details.