Skip to content

Making a blog system with Nuxt Content and having user management

License

Notifications You must be signed in to change notification settings

DoubleNico/BeeredBlog

Repository files navigation


BeeredBlog

Create and manage markdown blogs in a fun and easy way using Nuxt and Nuxt UI and Nuxt Content

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Roadmap
  3. License
  4. Build

About The Project

! This project I made it for fun and should not be used in a production state because scaling would be a pain and there is not any auth made and rate limiting for the backend related fetches I am using Nuxt Content to store all the markdown files and using Javalin with PostgresSQL for storing users, auth stuff and keeping track of the markdown files created Checkout my Backend for more information about it!

Check out the roadmap for what features will be coming next! Check out photos with the website(can't really host if for free sadly) ! Photo showing landing page

Roadmap

Contributions are what make the open-source community such an amazing place to learn, inspire, and create.
Any contributions you make are greatly appreciated!
If you're new to contributing to open-source projects, you can follow this guide to get up-to-speed.

License

Distributed under the MIT License See LICENSE for more information.

Build

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

About

Making a blog system with Nuxt Content and having user management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages