Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 325 Bytes

File metadata and controls

19 lines (13 loc) · 325 Bytes

Alura Books

This is my first full stack project where I developed frontend using React and backend using Node.js

This project was developed during Alura's courses: React and Node.js - Consuming an API in a Full Stack Project.

Run Backend

cd backend

npm start 

Run Frontend

cd frontend

npm start