/write-nest

Primary LanguageTypeScript

Write Nest

Description

WriteNest, a full-stack web application designed to empower users to share their thoughts and ideas through blog posts. This project is built with a focus on simplicity, user engagement, and a seamless experience from content creation to commenting.

Setup

Sample .env

MONGO_USER=
MONGO_PASS=
MONGO_URL=

Scripts

  • pnpm install - Install dependencies.
  • pnpm start - Runs app in dev mode. Visit http://localhost:3000 after running this script.
  • pnpm run build - Builds the app for production to the build folder.

This project is currently under development