https://github.com/rosyid-grobogan/frontend-student
Frontend Student for Full Stack Spring Boot and ReactJS
https://github.com/rosyid-grobogan/frontend-student
ant-design formik reactjs unfetch
Last synced: 3 months ago
JSON representation
Frontend Student for Full Stack Spring Boot and ReactJS
- Host: GitHub
- URL: https://github.com/rosyid-grobogan/frontend-student
- Owner: rosyid-grobogan
- Created: 2021-04-17T06:51:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-22T09:48:49.000Z (over 4 years ago)
- Last Synced: 2025-02-23T13:44:27.416Z (8 months ago)
- Topics: ant-design, formik, reactjs, unfetch
- Language: JavaScript
- Homepage:
- Size: 784 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run
```
yarn start
```## Contoh Console error
```
console.log(JSON.stringify(err));
```Hasil Error
```json
{
"response": {
"ok": false,
"statusText": "Bad Request",
"status": 400,
"url": "http://localhost:3000/students",
"headers": {}
},
"error": {
"message": "Oops Email is taken",
"httpStatus": "BAD_REQUEST",
"timestamp": "2021-05-22T09:32:27.057334032Z"
}
}
```