https://github.com/takapi327/sample-ssr-api
Angular Universal (SPA + SSR)で使用するAPI用アプリケーション
https://github.com/takapi327/sample-ssr-api
Last synced: about 1 year ago
JSON representation
Angular Universal (SPA + SSR)で使用するAPI用アプリケーション
- Host: GitHub
- URL: https://github.com/takapi327/sample-ssr-api
- Owner: takapi327
- Created: 2021-07-10T13:35:19.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-04-17T06:07:22.000Z (about 4 years ago)
- Last Synced: 2025-02-07T08:29:02.662Z (over 1 year ago)
- Language: Scala
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample SSR API
## git clone
```bash
$ git clone git@github.com:takapi327/sample-ssr-api.git
```
## Create Database
```bash
$ docker-compose up -d
```
## set up
```bash
$ sbt
$ compile
$ run
```
## Angular Universal Application
Watch Set up for [sample-angular-universal](https://github.com/takapi327/sample-angular-universal) README