Skip to content

vellames2/hsanotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HSA Notes

Simple Notes API

To execute the API Project is necessary the use of composer
You can download and install composer in this link: https://getcomposer.org/

Run this command in the API folder to download all project dependencies:

php composer.phar install

It's necessary pre-install three php extensions before run the composer command:

php-xml (For phpunit)
php-intl (For phpdocs)
php-mbstring (For phpmailer)

Consuming the API

Check this link to view how to consume the HSA Notes API: http://www.hsanotes.esy.es/

Class Documentation

Check this link: http://www.hsanotes.esy.es/docs/

Testing the API

To test the unit tests of API. Run the following commands in the api folder:

./vendor/bin/phpunit tests/UserBeanTest.php --colors

./vendor/bin/phpunit tests/AuthBeanTest.php --colors

./vendor/bin/phpunit tests/NoteBeanTest.php --colors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages