-
Updated
Feb 26, 2021
backend
Here are 6,329 public repositories matching this topic...
-
Updated
Feb 27, 2021 - JavaScript
-
Updated
Feb 6, 2021 - JavaScript
-
Updated
Feb 26, 2021 - TypeScript
-
Updated
Feb 17, 2021 - Rust
-
Updated
Feb 27, 2021 - Go
-
Updated
Feb 26, 2021 - JavaScript
-
Updated
Feb 12, 2021 - Python
We want to use caching to speed up Appwrite's Travis CI build process, and we can use the community help here.
Currently our build process time is around ~10 minutes which is OK, but as faster it can be less time maintainers needs to wait for confirmation that there changes are running as expected.
This change should be focused on our Travis CI YAML file. Any suggestions for improving the co
-
Updated
Feb 26, 2021 - Go
-
Updated
Jan 25, 2021 - JavaScript
-
Updated
Feb 27, 2021 - Java
-
Updated
Feb 21, 2021 - Python
-
Updated
Dec 7, 2020 - JavaScript
Create a weather module which will get the weather for a given city, at a given date (using the language/date package).
The API for that isn't chosen yet.
You can copy the model of the Spotify module for the registration of the tokens, see here
Save the API key into user information if the API requires a token.
Opene
-
Updated
Jan 11, 2021 - Jupyter Notebook
-
Updated
Oct 10, 2018 - HTML
-
Updated
Feb 26, 2021 - Java
-
Updated
Oct 2, 2020
-
Updated
Jun 15, 2020 - Java
-
Updated
Oct 29, 2020 - C++
-
Updated
Feb 19, 2021 - JavaScript
-
Updated
Feb 26, 2021 - Rust
-
Updated
Sep 25, 2020
Improve this page
Add a description, image, and links to the backend topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the backend topic, visit your repo's landing page and select "manage topics."
Description:
When using a
.envfile for OctoberCMS:php artisan october:envthephp artisan key:generateshould generate the key and place it in the.envfile instead of writing it into the app.php file.Steps To Reproduce:
php artisan october:env