# Unity
=======
## Tools
1. Wamp : PHP laravel , Browser javascript
2. Visual Code (javascript , terminal)
3. HeidiSQL / phpMyAdmin
4. Postman /API testing 
5. Chrome : React tools

## Structure
------------
Api
1. all laravel apis are setup
2. Auth uses Passport
3. Use artasan from with in Api directory
4. Create cotroller example - "php artisan make:controller Api\AuthController"
5. url to post to http://localhost/coreUnit/api/public/api/v1/login
6.

Frontend
1. Use Reactjs
2. If branch is in development mode  
3. cmd : yarn build
4. 
