An open API service indexing awesome lists of open source software.

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

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"
}
}
```