This project is a challenge that consists of developing a landing page, where it would have information on the development and progress of artificial intelligence, also containing its risk factors.
- To have the project running on your machine, run:
$ composer install
- Create the database
- Configure the .env file
- run:
$ php artisan make:migration
$ php artisan passport:install
- Use this route to add a user:
POST -> /api/register (body: name, email, password, c_password)
- You can use this command to run your server:
$ php -S localhost:8000 -t public
- PHP >= 7.1.3
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
The front-end of this application can be accessed HERE.
- LARAVEL - A fast development framework for PHP
- Jaqueline Paschoal - Web Developer
This project is licensed under the MIT License - see the LICENSE file for details