Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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