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

https://github.com/extensionengine/cobbler


https://github.com/extensionengine/cobbler

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Cobbler

SaaS LMS platform built for Training purposes

## Dependencies

```
1. Node.js(>=12.16)
2. npm (>=6.13)
3. Postgresql(>=9.6)
```

## Installation

```
1. Clone repository
2. run npm install
3. In root folder on a terminal enter the following command 'cp .env.example .env'
4. Create database using postgresql
5. Add user details for database in .env
6. Run npm scripts for database. Start by running npm start to apply migrations then seed with db:seed
```
## Launch

### Development

- Server: `npm run dev:server`
- Client (webpack dev server): `npm run dev:client`

### Production

🏗 Under construction

## Documentation

🏗 Under construction