https://github.com/influxow/laracasts-project-1
Laracasts Tweety project
https://github.com/influxow/laracasts-project-1
Last synced: 3 months ago
JSON representation
Laracasts Tweety project
- Host: GitHub
- URL: https://github.com/influxow/laracasts-project-1
- Owner: InfluxOW
- Created: 2020-04-30T12:28:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:40:12.000Z (over 2 years ago)
- Last Synced: 2025-01-13T16:47:53.003Z (4 months ago)
- Language: PHP
- Homepage: https://influx-tweety.herokuapp.com/
- Size: 3.36 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tweety
[https://influx-tweety.herokuapp.com/](https://influx-tweety.herokuapp.com/)Twitter clone made by [Laracasts.com](https://laracasts.com/series/laravel-6-from-scratch) tutorials. \
*Untested D: but seems to work fine*# Development Setup
1. Run `make setup` to install dependencies, generate .env file, create SQLite database, apply migrations and etc.
2. Run `make seed` if you want to seed the database.
3. Fill `.env` keys that are responsible for AWS connection (they starts with AWS_). Set `APP_DEBUG` as `true` if you want Debugbar to be enabled.
4. Run `make run` to launch web server (http://localhost:8000).
# Heroku Setup
1. Add `nodejs` and `php` builpacks.
2. Add Heroku Postgres addon.
3. Set all necessary `.env` keys. Set `NPM_CONFIG_PRODUCTION` as `false`.