https://github.com/alextrandev/social_media_platform
https://github.com/alextrandev/social_media_platform
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alextrandev/social_media_platform
- Owner: alextrandev
- Created: 2024-08-14T14:59:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T10:43:18.000Z (over 1 year ago)
- Last Synced: 2025-10-11T06:13:57.612Z (8 months ago)
- Language: PHP
- Size: 353 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Micro Post Social Media App
**Work in progress**
## Useful commands
- Install composer dependencies ```composer i```
- Install node modules ```npm i```
- Build and start a new docker container ```docker compose up --build```
- Start a local symfony server: ```symfony serve```
- Migrate database: ```symfony console doctrine:migration:migrate```
**To see tailwind CSS styling**
- Run: ```npm run watch```
**To send confirmation email when testing registration**
- Start a worker with: ```symfony console messenger:consume async```