Our task is to build an UI for the API that wrote my classmate. I use Orlando's API:
- GitHub: https://github.com/orpichardo/Final_Space_Api
- API: https://finalspaceapi-production.up.railway.app/characters
- Deploed on Railway: https://finalspaceapi-production.up.railway.app/
Links to my UI:
- GitHub Link: https://github.com/annadruzhinina/Space-Heroes
- Deployed on Netlify: https://main--soft-snickerdoodle-027d72.netlify.app/
- Home Directory: http://localhost:3000/characters
Method | URL | Description |
---|---|---|
GET | / | Home page |
GET | /characters | Return all Characters |
GET | /characters/:id | Return character by id |
POST | /characters | Create new Character |
PUT | /characters/:id | Update Character by id |
DELETE | /characters/:id | Delete Character by id |