- Navigate to the
backend-strapi-pepper-utkarsh-v1
directory in your terminal. - Ensure you have Node.js and npm installed on your system.
- Run
npm install
to install the required dependencies. - After the installation is complete, run
npm run develop
to start the Strapi server locally. - Once the server is running, you can access the Strapi admin panel by opening http://localhost:1337/admin in your web browser.
- Navigate to the
frontend-react-pepper-utkarsh-v1
directory in your terminal. - Ensure you have Node.js and npm installed on your system.
- Run
npm install
to install the required dependencies. - After the installation is complete, run
npm start
to start the React frontend application. - Once the server is running, you can access the React application by opening http://localhost:3000 in your web browser.
- After starting both the Strapi server and React frontend, open your web browser.
- Enter http://localhost:3000 in the address bar and press Enter.
- You should now see the React application running, which will load school events information from the Strapi API.