Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorenz-127/ci-love-sandwiches
https://github.com/lorenz-127/ci-love-sandwiches
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lorenz-127/ci-love-sandwiches
- Owner: Lorenz-127
- Created: 2024-05-31T19:22:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T06:43:32.000Z (6 months ago)
- Last Synced: 2024-10-11T11:16:39.788Z (about 1 month ago)
- Language: HTML
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![CI logo](https://codeinstitute.s3.amazonaws.com/fullstack/ci_logo_small.png)
Welcome,
This is the Code Institute student template for deploying your third portfolio project, the Python command-line project. The last update to this file was: **May 14, 2024**
## Reminders
- Your code must be placed in the `run.py` file
- Your dependencies must be placed in the `requirements.txt` file
- Do not edit any of the other files or your code may not deploy properly## Creating the Heroku app
When you create the app, you will need to add two buildpacks from the _Settings_ tab. The ordering is as follows:
1. `heroku/python`
2. `heroku/nodejs`You must then create a _Config Var_ called `PORT`. Set this to `8000`
If you have credentials, such as in the Love Sandwiches project, you must create another _Config Var_ called `CREDS` and paste the JSON into the value field.
Connect your GitHub repository and deploy as normal.
## Constraints
The deployment terminal is set to 80 columns by 24 rows. That means that each line of text needs to be 80 characters or less otherwise it will be wrapped onto a second line.
---
Happy coding!