# development
$ npm run start
https://github.com/NemesisUA/courses-api
email: admin@email.com
password: admin123
/courses/add [POST] (use ADMIN credentials)
/courses/{id} [PUT] (use ADMIN credentials)
/authors/add [POST] (use ADMIN credentials)
/courses/{id} [DELETE] (use ADMIN credentials)
/logout [DELETE]
/users/me [GET]
For fetching requests you should add Authorization header with user's token
Authorization: token
CourseCard component with ADMIN role:
Admin can create or update course. in case of editing form should be prefilled