https://github.com/premieroctet/training-platform
A tool to build courses and training decks.
https://github.com/premieroctet/training-platform
Last synced: 13 days ago
JSON representation
A tool to build courses and training decks.
- Host: GitHub
- URL: https://github.com/premieroctet/training-platform
- Owner: premieroctet
- Created: 2022-07-20T12:22:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T15:27:34.000Z (about 1 year ago)
- Last Synced: 2025-08-05T21:39:57.611Z (2 months ago)
- Language: TypeScript
- Homepage: https://training.premieroctet.com
- Size: 2.75 MB
- Stars: 16
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Training platform 🎓
You can read more about this project [on our blog 🇫🇷](https://www.premieroctet.com/blog/training-platform-v1)
## Quick start
```bash
pipenv shell# Start infrastructure (database, local email service)
docker-compose up# Install all dependencies
yarn install# Init database
yarn prisma migrate dev# Create admin user
yarn create-admin-user thibault@premieroctet.com
```- Then login here with the email you used in the previous script
http://localhost:3000/auth/signin?callbackUrl=http://localhost:3000.- You have to check the login email by going to the maildev UI
http://localhost:1080/- You can then add users via the admin here http://localhost:3000/admin/users