An open API service indexing awesome lists of open source software.

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

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
```