This is laravel project app. It's a final - 9th sprint assignment in my 5 months long studies at Baltic Institute of Technology. Developing this project I intend to show what I have learnt with laravel framework. Project have 2 parts: Backend - with Laravel framework and Frontend - made with javascript library react.
Task requirements:
- Create Laravel REST + React application
- In backend part create working API with Laravel framework
- In frontend implement fully working CRUD
- Implement Authorisation into project
- TODO create authorisation roles
- Application have to update, remove or update any changes into database.
This app was developed with Laravel PHP framework for backend part. And Javescript library - react for front end part
- Once you have done steps above. make sure you have sat up API. if not do this first : https://github.com/XElderX/restourant_review_app
- download npm and nodejs from : https://nodejs.org/en/download/
- Now you have install dependencies into project. install npm by typing command line :
install npm
- and run project with command
npm start
- if you ran seeder in API part it should be admin account with these credentials: email:admin@support.com password:qwertyui
Project developed by: Dalius Kriaučiūnas Link to Linked In