Skip to content

Latest commit

 

History

History
79 lines (54 loc) · 2.39 KB

README.md

File metadata and controls

79 lines (54 loc) · 2.39 KB

Welcome to the-phone-cave 👋

Version Documentation Maintenance Technology employed: react Technology employed: express

Phone Marketplace of not the latest models.

This project is based on a coding challenge accessible here.

It's home shows all mobile phones which link to a detailed view for each one.

The data is served from an API Rest built using Express.js and Node and is displayed using React

Install

cd client; npm install; cd ../server; npm install;

Usage

In different terminals

cd server; npm run dev;
cd client; npm start;

The web will open by itself.

Endpoint Table

Client

Verb Endpoint Result
GET "/" Full phone list
GET "/details/:id" Details of the phone

Server

Verb Endpoint Result
GET "/api/phones" Full phone json
GET "/api/phones/:id" Phone json by recovered by ID

Author

👤 Teodoro López

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if you liked this project!

📝 License

Copyright © 2021 Teodoro López.
This project is ISC licensed.


This README was generated with ❤️ by readme-md-generator