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

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用アプリケーション

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