Skip to content

Vishwa2684/Medium-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

HotShot Template for a Blogging Website

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.

Note

  • It is not a fully functioning blogging website

Prerequisites

  • Node.js: Ensure you have Node.js version 20.15.0 installed.

Getting Started

Frontend Setup

  1. Navigate to the frontend directory:
    cd frontend
  2. Install the required packages:
    npm install

Backend Setup

  1. Navigate to the my-strapi-project directory:
    cd my-strapi-project
  2. Install the required packages:
    npm install

Running the Project

Starting the Frontend and Backend

  1. Start the frontend:
    npm run start:frontend
  2. Start the backend:
    npm run start:backend

Accessing the Blog Data

  1. Create a Strapi account if you don't have one.
  2. Start the Strapi backend by navigating to the my-strapi-project directory and running:
    cd my-strapi-project
    npm start
  3. Open your browser and go to http://localhost:1337/admin.
  4. Create an API token to access the blog data.
  5. (Optional) Create some blogs if you want to test the application with your own data.

Contributing

Feel free to fork this repository and contribute by submitting a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors