https://github.com/alexigbokwe/newsletter-backend
Newsletter demo backend
https://github.com/alexigbokwe/newsletter-backend
Last synced: 8 months ago
JSON representation
Newsletter demo backend
- Host: GitHub
- URL: https://github.com/alexigbokwe/newsletter-backend
- Owner: Alexigbokwe
- Created: 2020-12-20T11:45:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T13:48:36.000Z (almost 5 years ago)
- Last Synced: 2025-01-08T13:52:07.539Z (10 months ago)
- Language: HTML
- Size: 5.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SetUp
- Clone the project
- Setup your database, redis, and mail connection in .env file
- Make sure you have redis installed in your system
- Start your redis server
- run your migration
- runcomposer install
- runphp artisan serve
to start the app
- runphp artisan schedule:run
andphp artisan queue:work
to start processing jobs on the queue as a daemon# Postman Doc
[](https://app.getpostman.com/run-collection/d3d9822ea67c11a2a8f8)