Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntrotner/template
https://github.com/ntrotner/template
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ntrotner/template
- Owner: ntrotner
- Created: 2024-02-25T12:11:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T23:00:29.000Z (4 months ago)
- Last Synced: 2024-09-09T12:47:53.380Z (4 months ago)
- Language: Svelte
- Size: 2.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
Run `make setup-env`See `/docs/best-practice` for code guide
## Run
Run `make run TARGET=dev` / `make run TARGET=prod`## Regenerate OpenAPI
Run `make openapi-generate`
Consolidate updated openapi output.## Create Release
Run `make release VERSION=1.0.0`## Proxy
[NGINX Proxy Manager](https://nginxproxymanager.com/)```
Email: [email protected] / [email protected]
Password: changeme
```
### Ports
- `80`: HTTP
- `443`: HTTPS
- `3000`: Admin Page### Sites
add to hosts:```
127.0.0.1 template.de
127.0.0.1 api.template.de
127.0.0.1 db.template.de
```- [template.de](http://template.de)
- [api.template.de](http://api.template.de)
- [api.template.de/debug/statsviz](http://api.template.de/debug/statsviz)
- [db.template.de/_utils](http://db.template.de/_utils)
- [Setup DB](http://db.template.de/_utils#setup)