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

https://github.com/gradedjestrisk/hello-scalingo


https://github.com/gradedjestrisk/hello-scalingo

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

          

# Readme

## Setup

Install :
- [direnv](https://direnv.net/)
- [just](https://github.com/casey/just)

## Test in local

```shell
nvm use
direnv allow
just database-start
npm start
```

In another shell
```shell
npm run test
```

## Create an application on Scalingo

Link to the Github repository, automatic deploy on `master` branch.
Add a Postgresql database.

## Deploy

Trigger a manual deploy from GUI.

## Connect to database

Install [CLI](https://doc.scalingo.com/platform/cli/start).

Connect to database.
```shell
scalingo login
scalingo --region=$REGION --app $APPLICATION_NAME psql-console
```