book-store-api/: API project containing server logic and endpoints.book-store-app/: Client application using React to display data from the API.
Ensure that the following programs are installed on your computer:
- Node.js (version 14.x or higher)
- npm (version 6.x or higher)
- Clone this repo locally
cdinsidebook-store-apifolder and runnpm install- Serve it on the port 3000 by running
npm run start
cdinsidebook-store-appfolder and runnpm install- Serve it on the port 5173 by running
npm run dev