Skip to content

microapidev/notification-microapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notification Micro API

hng


Installation Guide


Fork The Repo And Clone Your Fork

cd notification-microapi
git remote add upstream https://github.com/microapidev/notification-microapi.git
git pull upstream develop
copy `.env.example` to `.env`
composer install
php artisan serve

Visit localhost:8000 in your browser

When You Make Changes

git add .
git commit _m "your message"
git pull upstream develop

Make Sure there is no conflict

git push origin develop

Then Create Your Pull Request

  • Add description of what you did in your pull request

Testing & Usage

Go to the docs - https://documenter.getpostman.com/view/11899454/T17DgUHn?version=latest

About

A micro-service for sending notifications to subscribed users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages