https://github.com/gradedjestrisk/hello-scalingo
https://github.com/gradedjestrisk/hello-scalingo
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gradedjestrisk/hello-scalingo
- Owner: GradedJestRisk
- Created: 2020-12-08T07:25:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T09:54:09.000Z (11 months ago)
- Last Synced: 2024-12-01T09:16:59.435Z (11 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```