Copy .env.example to .env and set DATABASE_URL
and PORT
to your liking.
Example for a local database: DATABASE_URL=postgres://neill@localhost/pastebin
You will need to create your own databases for this project - one locally and one on Heroku.
When the project is deployed to heroku, the command in your Procfile
file will be run.
- Local: https://localhost:4000/
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Please check the docker version matches the requirements.
brew cask install docker
docker --version
Download via [www.docker.com/get-started](https://www.docker.com/get-started).
```
choco install make
```
Download via [nodejs.org/en/download/](https://nodejs.org/en/download/prebuilt-installer).
- Docker: www.docker.com/get-started
- Make: gnuwin32.sourceforge.net/packages/make.htm
- Node: nodejs.org/en/download/
make dev
make install
make build