Welcome to the HotShot Template for a Blogging Website! This project provides a full-stack solution for a blogging platform, featuring a React frontend and a Strapi backend.
- It is not a fully functioning blogging website
- Node.js: Ensure you have Node.js version 20.15.0 installed.
- Here's strapi documentation
- Navigate to the
frontenddirectory:cd frontend - Install the required packages:
npm install
- Navigate to the
my-strapi-projectdirectory:cd my-strapi-project - Install the required packages:
npm install
- Start the frontend:
npm run start:frontend
- Start the backend:
npm run start:backend
- Create a Strapi account if you don't have one.
- Start the Strapi backend by navigating to the
my-strapi-projectdirectory and running:cd my-strapi-project npm start - Open your browser and go to http://localhost:1337/admin.
- Create an API token to access the blog data.
- (Optional) Create some blogs if you want to test the application with your own data.
Feel free to fork this repository and contribute by submitting a pull request.