You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 years ago | |
|---|---|---|
| controllers | 5 years ago | |
| public | 5 years ago | |
| .gitignore | 5 years ago | |
| README.md | 5 years ago | |
| package-lock.json | 5 years ago | |
| package.json | 5 years ago | |
| postgres.js | 5 years ago | |
| server.js | 5 years ago | |
README.md
Steps to Create and Deploy:
- fork this repo
- clone your fork of this repo onto your local computer
cdinto the local repo- run
heroku create - run
git push heroku master - go to heroku.com in your browser and sign in
- find this newly created heroku app in your list of available apps and click on it
- go to resources
- search for postgres and choose Heroku Postgres
- choose "Hobby Dev - Free"
- click provision