- 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
Navigate to https://hng-iris-goal-tracker.herokuapp.com/
- Create an account providing your Fullname, Email and desired password.
- A six digit pin would be sent to your email to complete the registration process.
- Once registration is complete, you can login to our app.
- You can edit your Name and Email.
- You can Add goals and Descriptions.
- You can View and see the Progress of your goal(s).
- You can Check Completed Todo(s).