Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend (Strapi) - Posts

Technologies Used

  • Strapi: Headless CMS that makes it easy for developers to build self-hosted, customizable, and performant content APIs. Setting Up the Backend Locally

Follow these steps:

npm install
# or
yarn install
  • Starting the Development Server
npm run develop
# or
yarn develop

Additional Information

Strapi Documentation - Learn more about Strapi features and API. Strapi GitHub repository - Your feedback and contributions are welcome! This will start the Strapi development server locally, and you can access the Strapi admin panel at http://localhost:1337/admin. You can then set up your content types and define the API structure.

Once the Strapi backend is set up, you can proceed to configure your Next.js frontend to interact with this API.

Frontend (Next.js) - Posts

Technologies Used

  • Next.js: A React framework for production-grade applications with server-side rendering and static site generation.
  • Redux Toolkit: Used for efficient state management and asynchronous logic.
  • Formik: For building scalable, performant forms with ease in React.
  • Sass: Preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets (CSS).
  • Yup: Used for object schema validation.
  • React Icons: Popular icons in your React projects.

Running the Project Locally

Follow these steps:

Installing Dependencies

npm install
# or
yarn install

Starting the Development Server

bash Copy code

npm run dev
# or
yarn dev

Viewing the Result

Open http://localhost:3000 in your browser to see the result.

Additional Information

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages