https://github.com/apitreecz/alda-cms
CMS System
https://github.com/apitreecz/alda-cms
Last synced: about 1 year ago
JSON representation
CMS System
- Host: GitHub
- URL: https://github.com/apitreecz/alda-cms
- Owner: ApiTreeCZ
- Created: 2018-07-22T13:45:10.000Z (almost 8 years ago)
- Default Branch: dev
- Last Pushed: 2018-09-22T10:50:00.000Z (over 7 years ago)
- Last Synced: 2025-02-13T00:51:06.515Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://cms-dev.alda.app/
- Size: 582 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ALDA CMS
> CMS web system
## System obsahuje
- Verejna cast
- Administrace
## Predpoklady pro vyvoj
- Node.js (10 a vyssi)
- Git
## Instalace
```npm
npm install
```
## Skripty
**Dev rezim:**
```npm
npm run dev:client
```
pro server side vyvoj:
```npm
npm run dev:server
```
samostatne pregenerovani GraphQL schema:
```npm
npm run generate:graphql
```
**Produkce:**
```npm
npm run build
```
a pote
```npm
npm run start
```
## Nastaveni prostredi
> V projektu vytvorte soubor ".env" a v nem nastavte nasledujici hodnoty
```
DEV_REMOTE_LOCAL_GRAPHQL_PORT=9000
PORT=8080
DATABASE_USER=
DATABASE_PASSWORD=
DATABASE_HOST=
DATABASE_PORT=
DATABASE_NAME=
```