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
cd
insidebook-store-api
folder and runnpm install
- Serve it on the port 3000 by running
npm run start
cd
insidebook-store-app
folder and runnpm install
- Serve it on the port 5173 by running
npm run dev