unused form validation libraries, simply by hand
- axios
- react-native-personas-avatar
- react-native-svg
- react-native-vector-icons
- styled-components
- react-native-community/async-storag
- edit .env file
- config local database
- run migrations
- run "php -S your_local_ip_address:8000 -t public" in api path to climb php server
- run yarn install in app
- edit ./src/config/constanst/uri with your local ip address
- run yarn start
Method | Route | Auth |
---|---|---|
GET | user/index | |
GET | user/show | |
PUT | user/update | |
DELETE | user/delete | |
GET | posts/index | |
POST | posts/store | |
GET | posts/show/{id} | |
PUT | posts/update/{id} | |
DELETE | posts/delete/{id} | |
POST | user/signup | NO |
POST | user/signin | NO |