Skip to content

aodkrisda/notes-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes-api

REST API for Notes and Reminders Built with Slim Framework, Monolog, Eloquent ORM, Respect Validation and PHP-JWT

Issues

  • If you get an error with something like this Call to undefined function mcrypt_create_iv() you have to install mcrypt extension or if you have already done that you have to enable it. In my case, I'm running the project on a Ubuntu machine, so I did the following steps:
$ sudo apt-get install php5-mcrypt
$ sudo php5enmod mcrypt
$ sudo service apache2 restart

Links

About

REST API for Notes and Reminders

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages