Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/premieroctet/training-platform
A tool to build courses and training decks.
https://github.com/premieroctet/training-platform
Last synced: about 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T15:53:45.000Z (5 months ago)
- Last Synced: 2024-08-29T17:41:18.821Z (5 months ago)
- Language: TypeScript
- Homepage: https://training.premieroctet.com
- Size: 3.47 MB
- Stars: 14
- Watchers: 5
- 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 [email protected]
```- 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