Skip to content

elenapayan/prueba-tecnica-GuideSmiths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The project is a very simple phone catalogue app with a REST API with NodeJS and using React to display the phones from the API.

Start 🚀

Download the project

You will have a folder with the backend and another one with the frontend part of the application

Install 🔧

Server

Steps

You need to install the package.json and initialize the server with the following commands:

$ npm install

and then

$ nodemon api.js

Open it in your browser: http://localhost:3001/phones

Now you can see a json

Client

Steps

You need to install the package.json and initialize the client with the following commands:

$ npm install

and then

$ npm start

Automatically it opens the app in your browser

Now you can see the app and test it

Built with 🛠️

NodeJS and express in the backend and React in the frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published