- FrontEnd: HTML, CSS, Bootstrap
- Database: Postgresql (both local and deployment -- Heroku)
- Change parameters, information in info.json file.
- Setup postgresql client on your machine.
- Create local database and replace the name of db with your db name in blog.py :
database_url = os.getenv(
'DATABASE_URL',
default='postgresql://postgres:12345@localhost:5432/your-db-name',
)
- Run blog.py file.
- Create new app on Heroku.
- Link the app to GitHub Repository.
- Manually Create Postgres instance.
- Push the changes to Heroku Remote.