Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chilleco/web
Template Full Stack Web Application
https://github.com/chilleco/web
full-stack js python template web webapp
Last synced: 12 days ago
JSON representation
Template Full Stack Web Application
- Host: GitHub
- URL: https://github.com/chilleco/web
- Owner: chilleco
- License: mit
- Created: 2023-09-21T17:29:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T01:01:46.000Z (about 1 month ago)
- Last Synced: 2025-01-07T02:20:10.487Z (about 1 month ago)
- Topics: full-stack, js, python, template, web, webapp
- Language: Python
- Homepage: https://web.chill.services
- Size: 519 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template Web App
## Run
[Before starting, you can learn how to configure the server →](https://github.com/kosyachniy/dev/blob/main/server/SERVER.md)
local
prod
1. Configure.env
frombase.env
and add:
# Type
# LOCAL / TEST / DEV / PRE / PROD
MODE=LOCAL
\# Links
PROTOCOL=http
EXTERNAL_HOST=localhost
EXTERNAL_PORT=80
DATA_PATH=./data
1. Configure.env
frombase.env
and add:
\# Type
\# LOCAL / TEST / DEV / PRE / PROD
MODE=PROD\# Links
PROTOCOL=https
EXTERNAL_HOST=web.chill.services
WEB_PORT=8201
API_PORT=8202
TG_PORT=8203
REDIS_PORT=8204
DATA_PATH=~/data/web
2.make dev
2.make run
3. Open ` http://localhost/ `
3. Open ` https://web.chill.services/ ` (your link)