Rest-API implementation for Virta's electric vehicle charging station management system.
- Run git clone https://github.com/marianDdev/virta.git
- Run composer install
- Run cp .env.example .env
- Run php artisan key:generate
- Run php artisan migrate && php artisan db:seed
- Click here to view the API documentation.
- Replace the base url with your own localhost
This projects uses Laravel Sail package, a light-weight command-line interface for interacting with Laravel's default Docker development environment.
- To start all containers run ./vendor/bin/sail up.
The app is deployed on an AWS EC2 instance and this is the ip: http://18.198.50.248