#API for the Goal Tracker App developed by Team Iris
- You need a server, download Wamp or Xampp
- Clone this repository into
htdocs
ofwww
folder in your respective servers. - If you have not been added to the organization, kindly work in your forked repository and open a pull request here
- Fork the repository and push to your
staging branch
- Merge to your
master
and compare forks with the original repository - Open a Pull Request.
- Read this or watch this for more help
git clone https://github.com/hngi/iris-goal-tracker-api.git
cd iris-goal-tracker-api.
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve
Visit localhost:8000 in your browser