https://github.com/extensionengine/cobbler
https://github.com/extensionengine/cobbler
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/extensionengine/cobbler
- Owner: ExtensionEngine
- Created: 2020-06-09T09:01:17.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-01-15T21:06:09.000Z (almost 5 years ago)
- Last Synced: 2025-03-06T02:07:46.042Z (10 months ago)
- Language: Vue
- Size: 1.71 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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