An open API service indexing awesome lists of open source software.

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

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
- run composer install
- run php artisan serve to start the app
- run php artisan schedule:run and php artisan queue:work to start processing jobs on the queue as a daemon

# Postman Doc
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/d3d9822ea67c11a2a8f8)