Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chromesd22159/frederikkohlerbackend
frederikKohlerBackend
https://github.com/chromesd22159/frederikkohlerbackend
Last synced: about 1 month ago
JSON representation
frederikKohlerBackend
- Host: GitHub
- URL: https://github.com/chromesd22159/frederikkohlerbackend
- Owner: ChromeSD22159
- Created: 2023-11-23T14:41:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T14:54:36.000Z (about 1 year ago)
- Last Synced: 2023-11-23T15:39:08.053Z (about 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frederik Kohler Strapi Backend
### Deploymend
- config
- database
- public
- src
- types
- .env (or custom environment variables)
- favicon.png
- package.json
- package-lock.json
- server.js
--> Run `$ npm install on Plesk`
--> Run `$ npm run build`### Add Custom environment variables
- HOST: `0.0.0.0`
- PORT: `1337`
- APP_KEYS: `token`
- API_TOKEN_SALT: `token`
- ADMIN_JWT_SECRET: `token`
- TRANSFER_TOKEN_SALT: `token`
- DATABASE_CLIENT: `mysql`
- DATABASE_HOST: `127.0.0.1`
- DATABASE_PORT: `3306`
- DATABASE_NAME: `name`
- DATABASE_USERNAME: `username`
- DATABASE_PASSWORD: `password`
- DATABASE_SSL: `false`
- JWT_SECRET: `token`
- EMAIL_PROVIDER: `nodemailer`
- EMAIL_SMTP_HOST: `smtp.domain.de`
- EMAIL_SMTP_PORT: `465`
- EMAIL_SMTP_USER: `[email protected]`
- EMAIL_SMTP_PASS: `noReply@Fr3d3rik@Kohler`
- EMAIL_ADDRESS_FROM: `[email protected]`
- EMAIL_ADDRESS_REPLY: `[email protected]`
- EMAIL_ADDRESS_TO: `[email protected]`##New Release:
#### Deploy first to the stage and after a successful test to the live.
1. Upload a new folder or replace it with the new content types `src` `types`
2. when new plugin has been installed `$ npm install` and `$ npm run build`.
2. If needed, run `$ npm install` and `$ npm run build`. Never delete or change the `public` folder!