There is my project for the Photo Caption Contest Portfolio Project part of Back-End path
By now, the project runs smoothly in dev, but I’m having some trouble when deploying in Heroku. The database is setup and the web is displayed but, besides they are connected a no connection error is sent
Any comment or suggestion will be very appreciated
Finally, after a while… and other projects… I return over this project and finished it… The main issue was the deploying to Heroku because before pushing the code; a heroku postgres add-on must be setup. So, after create the add-on, migrate the database and seed the tables with some data for testing; the pushing was made and everything runs smoothly.