Skip to content

abioduog/AfriBlog_Nest

Repository files navigation

AfriBlog

A full-stack blog platform built with Next.js and NestJS, focusing on African stories and insights.

Project Structure

afriblog/ ├── apps/ │ ├── api/ # NestJS backend │ └── web/ # Next.js frontend ├── packages/ │ └── shared/ # Shared types and utilities └── docker/ # Docker configuration files

Prerequisites

  • Node.js 18+
  • pnpm
  • Docker and Docker Compose
  • PostgreSQL 14+

Getting Started

  1. Clone the repository:

    git clone https://github.com/abioduog/AfriBlog_Nest.git
    cd AfriBlog_Nest
  2. Install dependencies:

    pnpm install
  3. Set up environment variables:

    cp .env.example .env
  4. Start the development environment:

    pnpm run dev

Development

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published