Skip to content

API for the Goal Tracker App developed by Team Iris

License

Notifications You must be signed in to change notification settings

iPeluwa/iris-goal-tracker-api

 
 

Repository files navigation

#API for the Goal Tracker App developed by Team Iris

Team Iris


Installation Guide

  • You need a server, download Wamp or Xampp
  • Clone this repository into htdocs of www 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

About

API for the Goal Tracker App developed by Team Iris

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.2%
  • HTML 3.2%
  • Other 0.6%