https://github.com/zeuxisoo/web-scode
An application written with spring boot and svelte for testing purposes
https://github.com/zeuxisoo/web-scode
caddy-server docker docker-compose spring-boot svelte
Last synced: 13 days ago
JSON representation
An application written with spring boot and svelte for testing purposes
- Host: GitHub
- URL: https://github.com/zeuxisoo/web-scode
- Owner: zeuxisoo
- Created: 2021-06-25T08:46:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-25T08:46:54.000Z (over 4 years ago)
- Last Synced: 2025-06-01T05:10:37.153Z (8 months ago)
- Topics: caddy-server, docker, docker-compose, spring-boot, svelte
- Language: Java
- Homepage:
- Size: 260 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scode
An application written with spring boot and svelte for testing purposes
## Develop
1. Open the workspace file in vscode
2. Install the `spring boot tools`, `spring boot dashboard` and `svelte for vscode` extension
3. Run the backend program in the explorer spring boot section
4. Run the frontend in the terminal by
```
cd scode-frontend
yarn run dev
```
## Production
Run it in the docker service
1. Create the environment file
```
cp .env.example .env
```
2. Edit the `.env` file
3. Start the docker services
```
make up
```